The selectBalance interface can be invoked to query real-time balance information
Request
Body Params application/json
{
"authentication": {
"sign": "{{sign}}",
"timestamp": "{{time}}"
},
}
Request Code Samples
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/selectBalance.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
"authentication": {
"sign": "",
"timestamp": "{{time}}"
},
}'
Responses
application/json {
"traceId": "",
"code": "000000",
"message": "ok",
"processingTime": 160,
"data": {
"accountBalance": "100.00",
"availableCreditLimit": "0.00",
"accountCurency'": "CNY",
"accountPayable": "0.00",
"time": "2024/01/01 12:00:00 "
}
}
Modified at 2025-06-12 09:41:02