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.
Example:
"123e4567-e89b-12d3-a456-426614174000"
The amount to be transferred.
Example:
100.123456
Response
201 - application/json
Transfer transaction created successfully.
The id of the transaction.
The customer performing the operation.
The type of this transaction
Available options:
on_ramp
, off_ramp
, transfer
, swap
The parameters used when creating this transaction.
The transaction's results.
The timestamp from when the transaction was submitted.
The timestamp from when the transaction was last updated.