This endpoint retrieves a deposit address of the cryptocurrency.
Errors
{
"code": 0,
"message": "Validation failed",
"errors": {
"ticker": ["The selected ticker is invalid."]
}
}
{
"code": 0,
"message": "Validation failed",
"errors": {
"network": ["The selected network is invalid."]
}
}
{
"code": 1,
"message": "Inner validation failed",
"errors": {
"ticker": ["Currency is not depositable"]
}
}
Response is cached for: NONE
API key authentication using signed requests
Currencies ticker. Example: BTC ⚠️ Currency ticker should not be fiat and it’s “can_deposit” status must be “true”. You can find this status in Asset Status endpoint response.
"BTC"
Request signature
Unique request identifier
Cryptocurrency network. ⚠️ If currency has multiple networks like USDT - you need to specify network to be used. You can find ticker networks list in “networks” field from response Asset Status endpoint.
"ERC20"