Skip to main content
POST
Create an account transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
idempotencyKey
string<uuid>
required

Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.

Example:

"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"

destination
object
required

The destination of a transfer. Can be a verified blockchain address or another account.

amount
object
required
riskSignals
object
required

Client-collected risk metadata for the end user initiating the request. All three fields must be present.

source
object

The source of the transfer. The type must be account.

Response

Successfully created a transfer.

data
object

A transfer of funds returned by the create transfer endpoint.