Wallets
Transfer token
Transfer tokens from a wallet to a destination address.
POST
Initiates a token transfer from the wallet to a destination address. Supports idempotency via the
Idempotency-Key header. Requires an API key with access level 2 or higher.
Path parameters
The treasury account ID.
The wallet ID to transfer from.
Body
Recipient wallet address. Must not contain blank spaces.
Smart contract address of the token to transfer. Omit or leave empty to transfer the native coin.
Amount to transfer. Maximum 9 integer digits and 6 decimal places. Must be greater than 0.
Response
Blockchain transaction hash.
Transaction status. One of
PENDING, SUCCESS, FAILED, MANUAL_CHECK.
