cURL
curl --request GET \ --url https://core-api-dev.vanish.trade/deposit_address \ --header 'x-api-key: <api-key>'
{ "address": "<string>" }
Returns a deposit address that can be used to deposit a specified token.
The address of the token for which a deposit address is requested.
A successful response containing the deposit address.
The response is of type object.
object