FR24 OpenAPI
  1. API Reference
FR24 OpenAPI
  • FR24_API_V2.0
    • Guides
      • API Work Flow
      • Introduction
      • Appendix
      • Version History
      • Error Code
    • API Reference
      • shopping
        POST
      • pricing
        POST
      • presaleAncillaryShopping
        POST
      • seatMap
        POST
      • booking
        POST
      • ticketing
        POST
      • orderChangeInforming
        POST
      • orderDetail
        POST
      • postsaleAncillaryShopping
        POST
      • ancillaryBooking
        POST
      • ancillaryPurchase
        POST
      • ancillaryOrderDetail
        POST
      • changeReshop
        POST
      • reissueRequest
        POST
      • refundRequest
        POST
      • refundConfirming
        POST
      • voidRequest
        POST
      • fileUpload
        POST
      • selectBalance
        POST
    • About us
      • API capability
      • Business Cooperation
      • Portal
  1. API Reference

selectBalance

POST
/api/new/selectBalance.do
The selectBalance interface can be invoked to query real-time balance information

Request

Header Params

Body Params application/json

Example
 {
   
    "authentication": {
    
        "sign": "{{sign}}",
        
        "timestamp": "{{time}}"
        
    },

 }

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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

🟢200OK
application/json
Body

Example
{
    "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
Previous
fileUpload
Next
API capability
Built with