Skip to main content
POST
/
v1
/
accounts
/
{senderAccountId}
/
transfers
/
crypto
{
  "success": false,
  "errors": [
    {
      "code": "VALIDATION_ERROR",
      "message": "The request contains invalid parameters."
    }
  ]
}

Headers

Idempotency-Key
string<uuid>

Unique key for idempotent requests (UUID recommended)

Path Parameters

senderAccountId
string<uuid>
required

The account ID initiating the transfer

Body

application/json

The body is of type any.

Response

Crypto transfer created