GET
/
v3
/
asset
/
wallet
/
deposit
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
}

Limit 10 requests per 60 seconds
Get your unique deposit address by token

{
    "success": true,
    "data": {
        "address": "0x31d64B3230f8baDD91dE1710A65DF536aF8f7cDa",
        "extra": ""
    },
    "timestamp": 1721300689532
}

Headers

x-api-key
string
required
Example:

"abcdef123456"

x-api-signature
string
required
Example:

"signaturestring"

x-api-timestamp
string
required
Example:

"1718943200000"

Query Parameters

token
string
required

token name you want to search

network
string
required

network name you want to search (from /v1/public/token)

Response

200 - application/json

The response is of type object.