Error
Wallets
Generate a deposit address for a coin
Returns a deposit address for the supplied coin, bound to the given platform user. Repeated calls for the same (symbol, user) pair may return the same address.
Error
Authorizations
HMAC-SHA256 authentication. Sign every request and send X-API-KEY, X-API-SIGNATURE, X-API-TIMESTAMP and X-API-NONCE (see the Authentication guide). Each route also requires a specific claim on your API key (e.g. read:orders, write:orders, read:account, read:market-data).
Path Parameters
Coin symbol (e.g. BTC, ETH).
Example:
"BTC"
Platform user id this address is bound to.
