v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
Transactions

Create Transfer

Create basic transfer transaction.

post/api/v1/transactions/transfer

Headers

x-signaturestring

Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.

Example:SGVsbG8=

Signature of the body. Base64 encoded string. If the request is made programatically by an API user, signing of the request is required and is intended to protect you from malicious backends. x_signature is valid for 120 seconds.

x-timestampinteger

Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.

Timestamp of the signature. Integer. Specify an Epoch date. If the request is made programatically by an API user, the timestamp of the request is required and is intended to protect you from replay attacks.

x-idempotence-idstring uuid

Optional idempotence ID of a transaction.

Optional idempotence ID of a transaction.

Request body

vault_idstring uuid required

The ID of the vault to transfer from.

memostring

The memo of the transaction. Supported on chains: Canton, Cosmos, Stacks, Stellar, Utxo, Tron, Ton

fee_priority'low' | 'medium' | 'high'
notestring

An optional transaction note.

considered_as_stuck_after_secondsinteger

The number of seconds after signing or pushing the transaction before it is eligible to be considered stuck. If omitted, the chain default is used.

Example request

{
  "amount": {
    "value": "1000000000000000000"
  },
  "asset_identifier": {
    "details": {
      "token": {
        "base58_repr": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"
      }
    }
  }
}

Response

Successful Response

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR