{
"success": true,
"message": "Transfer initiated successfully",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": {
"reference": "550e8400-e29b-41d4-a716-446655440000",
"transaction_hash": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"explorer_url": "https://blockscan.com/tx/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"type": "transfer",
"date": "2024-01-01T00:00:00.000Z",
"status": "processing",
"sender": "0x04e05B9bCed583e4F25F7942684dCfe8Ab2632E1",
"receiver": "0xe316E8aFA91864f5720af31094f114761356b3E0",
"fee": {
"amount": 0.01,
"assets": [
{
"id": "base:usdc",
"amount": 0.01
}
]
},
"input": {
"amount": 10,
"assets": [
{
"id": "base:usdc",
"amount": 10
}
]
},
"output": {
"amount": 10,
"assets": [
{
"id": "arbitrum:usdc",
"amount": 10
}
]
}
}
}Send assets to any address across supported chains. No bridging, no swapping or gas tokens required.
{
"success": true,
"message": "Transfer initiated successfully",
"timestamp": "2024-01-01T00:00:00.000Z",
"data": {
"reference": "550e8400-e29b-41d4-a716-446655440000",
"transaction_hash": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"explorer_url": "https://blockscan.com/tx/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
"type": "transfer",
"date": "2024-01-01T00:00:00.000Z",
"status": "processing",
"sender": "0x04e05B9bCed583e4F25F7942684dCfe8Ab2632E1",
"receiver": "0xe316E8aFA91864f5720af31094f114761356b3E0",
"fee": {
"amount": 0.01,
"assets": [
{
"id": "base:usdc",
"amount": 0.01
}
]
},
"input": {
"amount": 10,
"assets": [
{
"id": "base:usdc",
"amount": 10
}
]
},
"output": {
"amount": 10,
"assets": [
{
"id": "arbitrum:usdc",
"amount": 10
}
]
}
}
}Service key for API authentication
Unique identifier for the wallet
^[a-f0-9]{24}$base:usdc, solana:usdc, solana:usdt, ethereum:usdc, ethereum:usdt, polygon:usdc, polygon:usdt, bsc:usdc, bsc:usdt, arbitrum:usdc, optimism:usdc, gnosis:usdc, gnosis:usdt, arbitrum:usdt, avalanche:usdc, monad:usdc, optimism:usdt, monad:usdt, plasma:usdt, avalanche:usdt, tron:usdt, linea:usdt, mantle:usdt, hyperevm:usdt, berachain:usdt, linea:usdc, berachain:usdc, sonic:usdc, base:cngn, bsc:cngn Recipient wallet address (EVM or Solana depending on asset)
Withdraws the full balance of the given wallet to the specified recipient.
Amount to send to the specified recipient. Required when full_balance is false.
x > 0Transfer initiated successfully
Hide child attributes
Transaction reference (UUID)
Blockchain transaction hash
URL to view transaction on blockchain explorer
Transaction type (e.g. transfer)
successful, failed, processing