Get cryptocurrency deposit address
Get cryptocurrency deposit address
The endpoint retrieves a deposit address of the cryptocurrency.
Errors
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"]
}
}
The API does not cache the response.
POST
Get cryptocurrency deposit address
Authorizations
API key authentication using signed requests
Body
application/json
Currencies ticker. Example: BTC ⚠️ Currency ticker should not be fiat and it’s “can_deposit” status must be “true”. See Asset Status endpoint response for the status.
Example:
"BTC"
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"
Cryptocurrency network. ⚠️ If currency has multiple networks like USDT, specify the network to use. See ticker networks list in “networks” field from response Asset Status endpoint.
Example:
"ERC20"