cURL
curl --request GET \ --url https://api.example.com/api/v1/execution/balances
{ "code": 0, "msg": "ok", "data": { "items": [ { "exchange": "okx", "asset": "USDT", "available": 100000, "frozen": 5000 } ] } }
返回交易所余额列表。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
成功返回余额
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
Show child attributes