POST
/
transactions
/
transfer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json
amount
string
required

The amount to be transferred.

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.

Response

201 - application/json
createdAt
string

The timestamp from when the transaction was submitted.

customerId
string

The customer performing the operation.

id
string

The id of the transaction.

request
object

An object containing the parameters used for this transfer.

state
object

The transactions's results.

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

The type of this transaction.

Available options:
transfer
updatedAt
string

The timestamp from when the transaction was last updated.