Skip to content

Transfer currency

POST
/v2/treasury/wallet/{walletId}/transfer/{currencyName}

Transfer currency to another address

walletId
required
string

The wallet ID

Example
77a0049c-7683-45ff-956f-656f257048f7
currencyName
required
string

The currency name

Example
USDC
X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
walletId
required

The wallet ID

string
77a0049c-7683-45ff-956f-656f257048f7
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

Query ID for tracking the transfer transaction

object
queryId
required

The query ID

string format: uuid
77a0049c-7683-45ff-956f-656f257048f7

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error