公共 OpenAPI汇率
GET
/openapi/v1/fx/get_currencies返回汇率接口支持的币种列表。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/openapi/v1/fx/get_currencies"{ "code": 0, "message": "获取币种列表成功", "data": [ { "code": "USD", "name": "United States Dollar", "symbol": "$" } ], "time": 1779502528}