The provider connection through which the resource is accessed
AuthorizationstringOptional
Responses
200
The transfer details were successfully retrieved.
application/json
400
Invalid request parameters
application/json
401
Authentication is required
application/json
403
Insufficient permissions
application/json
404
Resource not found
application/json
409
Resource conflict
application/json
422
Unable to process the contained instructions
application/json
500
Internal server error
application/json
502
Bad gateway
application/json
get
GET /v1/provider/transfers/{transferId} HTTP/1.1
Host: auth.armory.playnarval.com
detached-jws: YOUR_API_KEY
x-client-id: text
x-connection-id: text
Accept: */*
Creates a new transfer request and sends it to the provider.
Authorizations
Header parameters
x-client-idstringRequired
x-connection-idstringRequired
The provider connection through which the resource is accessed
AuthorizationstringOptional
Body
transferRequestIdstringOptional
Sets the transfer ID to an arbitrary value
transferIdstringOptional
Sets the transfer ID to an arbitrary value
sourceone ofRequired
or
destinationone ofRequired
or
amountstringRequired
networkFeeAttributionstring · enumOptional
Controls how network fees are charged.
Example: a request to transfer 1 ETH with networkFeeAttribution=ON_TOP would result in exactly 1 ETH received to the destination and just over 1 ETH spent by the source.
Note: This property is optional and its default always depend on the underlying provider.