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 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.
The amount to be transferred.
Response
201 - application/json
The id of the transaction.
The customer performing the operation.
The type of this transaction.
Available options:
transfer
The transactions's results.
An object containing the parameters used for this transfer.
Available options:
processing
, success
, failed
The timestamp from when the transaction was submitted.
The timestamp from when the transaction was last updated.