Send 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>:<walletType>
userId:<userId>:<walletType>
userId:<userId>:<walletType>
(white label user example)phoneNumber:<phoneNumber>:<walletType>
twitter:<handle>:<walletType>
x:<handle>:<walletType>
Query Parameters
Whether to send email notification for MPC wallets (defaults to true)
Body
Input schema for sending different types of tokens
Recipient address, email or twitter handle
A token locator that supports native tokens, fungible tokens, and NFTs across different chains. It can be of the format:
chain:address[:tokenId]
chain:currency
chain:address
Amount of tokens to transfer
Optional signer locator. Defaults to admin signer
Response
Complete transaction response including status, signing requirements, and wallet type specific data
ISO timestamp when the transaction was created
Unique identifier for the transaction
EVM smart wallet transaction data including input parameters and chain specific details
EVM smart wallet transaction parameters
Current status of the transaction
awaiting-approval
, pending
, failed
, success
The type of wallet that created this transaction
evm-smart-wallet
Complete approval data including requirements, pending and submitted signatures
ISO timestamp when the transaction reached finality
Error message if the transaction fails after submission
Was this page helpful?