cURL
curl --request GET \ --url https://api.woox.io/v3/asset/wallet/deposit \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-signature: <x-api-signature>' \ --header 'x-api-timestamp: <x-api-timestamp>'
{ "success": true, "data": { "address": "0x31d64B3230f8baDD91dE1710A65DF536aF8f7cDa", "extra": "" }, "timestamp": 1721300689532 }
Get Token Deposit Address
"abcdef123456"
"signaturestring"
"1718943200000"
token name you want to search
network name you want to search (from /v3/public/token)
The response is of type object.
object