Transactions
Transfer
Transfer stablecoins between customers or to an external crypto wallet.
POST
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
The amount to be transferred.
The stablecoin to be transferred.
Available options:
USDC
, USDT
The id of the customer who is sending the tokens.
The wallet address or customer ID who will receive the tokens.
Response
201 - application/json
The timestamp from when the transaction was submitted.
The customer performing the operation.
The id of the transaction.
An object containing the parameters used for this transfer.
The transactions's results.
Available options:
awaiting_signature
, processing
, success
, failed
The type of this transaction.
Available options:
transfer
The timestamp from when the transaction was last updated.