Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://uat-interface.haipay.asia/{currency}/account/ledger \ --header 'Content-Type: application/json' \ --data ' { "appId": 123, "sign": "<string>" } '
{ "status": "<string>", "error": "<string>", "msg": "<string>", "data": { "bal": "<string>", "availableBal": "<string>", "frzBal": "<string>", "unSettleBal": "<string>", "sign": "<string>" } }
查询当前业务对应币种的账户余额信息
币种编码(国际标准代码,三位大写字母,如 USD、EUR、MXN)
业务ID(后台获取,需根据URL中的币种传递对应的业务ID)
签名
状态码
错误码
消息
Show child attributes
此页面对您有帮助吗?