GET
/
deposit_address
cURL
curl --request GET \
  --url https://core-api-dev.vanish.trade/deposit_address \
  --header 'x-api-key: <api-key>'
{
  "address": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

token_address
string
required

The address of the token for which a deposit address is requested.

Response

200
application/json

A successful response containing the deposit address.

The response is of type object.