POST
/
transactions
/
transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
currency
enum<string>
required

The stablecoin to be transferred.

Available options:
USDC,
USDT
from
string
required

The id of the customer who is sending the tokens.

to
string
required

The wallet address or customer ID who will receive the tokens.

amount
string
required

The amount to be transferred.

Response

201 - application/json
id
string

The id of the transaction.

customerId
string

The customer performing the operation.

type
enum<string>

The type of this transaction.

Available options:
transfer
state
object

The transactions's results.

request
object

An object containing the parameters used for this transfer.

status
enum<string>
Available options:
processing,
success,
failed
createdAt
string

The timestamp from when the transaction was submitted.

updatedAt
string

The timestamp from when the transaction was last updated.