Skip to main content

Get the deposit address

GET: /v1/spot/deposit/address

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
chainstringtruenetwork for deposit
currencystringfalsecurrency name
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"address": "0xfa3abfa50eb2006f5be7831658b17aca240d8526", //wallet address
"memo": ""
}
}