汇率
返回汇率接口支持的币种列表。
请求地址
/openapi/v1/fx/get_currenciesdataarray币种列表。data[].codestring币种代码。data[].namestring币种名称。data[].symbolstring币种符号。1curl "https://api.dibinos.cn/openapi/v1/fx/get_currencies" \2-H "Authorization: Bearer ACCESS_TOKEN"1{2 "code": 0,3 "message": "获取币种列表成功",4 "data": [5 {6 "code": "USD",7 "name": "United States Dollar",8 "symbol": "$"9 }10 ],11 "time": 177950252812}