获取充值地址
GET: /v1/spot/deposit/address
Parameters
参数 | 数据类型 | 是否必须 | 默认值 | 描述 | 取值范围 |
---|---|---|---|---|---|
chain | string | true | 转账网络名称 | ||
currency | string | false | 币种名称 |
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"address": "0xfa3abfa50eb2006f5be7831658b17aca240d8526", //wallet address
"memo": ""
}
}