Get the deposit address
GET: /v1/spot/deposit/address
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
chain | string | true | network for deposit | ||
currency | string | false | currency name |
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"address": "0xfa3abfa50eb2006f5be7831658b17aca240d8526", //wallet address
"memo": ""
}
}