Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
unique identifier for the transfer request (recommend using uuid v4)
crypto transfer source
crypto transfer destination
crypto currency (note: usdHifi
is only available in sandbox to simulate token movement)
Available options:
usdc
, usdt
, usdHifi
amount of crypto currency to send
Required range:
x >= 0
Available options:
POLYGON
, ETHEREUM
, BASE
, SOLANA
crypto transfer fee
Whether this transfer requires approval before processing.
true
: Transfer will enter approval workflowfalse
or omitted: Transfer proceeds immediately
Example:
false