Transfer Token
Sends a token of any type from this wallet to a recipient
Headers
API key required for authentication
Unique key to prevent duplicate transaction creation
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<chainType>[:<walletType>][:alias:<alias>](walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>][:alias:<alias>](white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>][:alias:<alias>]twitter:<handle>:<chainType>[:<walletType>][:alias:<alias>]x:<handle>:<chainType>[:<walletType>][:alias:<alias>]me:<chainType>[:<walletType>][:alias:<alias>](Use when calling from the client side with a client API key)chainType[:<walletType>]:alias:<alias>
A token locator that supports native tokens, fungible tokens, and NFTs across different chains. It can be of the format:
chain:address[:tokenId]chain:currencychain:address
Body
- Option 1
- Option 2
Base fields for all token deposits
Amount of tokens to transfer (in decimal value)
^\d+(?:\.\d*)?$"42.69"
"CROSSMINT"
Optional per-transaction fee configuration override. When omitted, the project default is used.
Memo for the transaction. Only supported for Stellar
- Option 1
- Option 2
- Option 3
Optional signer locator. Defaults to admin signer
"external-wallet:0xdeadbeef"
Specifies the type of transaction. Choose 'direct' for standard interactions or 'regulated-transfer' for operations requiring compliance checks.
direct Response
The transaction has been successfully created.
- Solana Smart Wallet
- Solana MPC Wallet
- EVM MPC Wallet
- EVM Smart Wallet
- Stellar Smart Wallet
Complete transaction response including status, signing requirements, and wallet type specific data
The blockchain type of the wallet
aptos, evm, solana, stellar, sui ISO timestamp when the transaction was created
Unique identifier for the transaction
Solana custodial wallet transaction data including input parameters and chain specific details
Current status of the transaction
awaiting-approval, failed, pending, success The wallet type (smart or mpc)
mpc, smart Complete approval data including requirements, pending and submitted signatures
ISO timestamp when the transaction reached finality
Error message if the transaction fails after submission
- Option 1
- Option 2
- Option 3
Transaction fee information including actual transaction fees, billed amounts, and billing status

