Transfer currency
POST /v2/treasury/wallet/{walletId}/transfer/{currencyName}
POST
/v2/treasury/wallet/{walletId}/transfer/{currencyName}
Transfer currency to another address
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string
The wallet ID
Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
currencyName
required
string
The currency name
Example
USDC
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
walletId
required
The wallet ID
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
currencyName
required
The currency name
string
USDC
toAddress
required
The destination address
string
0x1234...
value
required
The amount to transfer up to 6 decimal places
string
100.123456
memo
Optional memo for the transfer
string
Payment for services
Responses
Section titled “ Responses ”Query ID for tracking the transfer transaction
object
queryId
required
The query ID for tracking the async operation
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a