Back to home

B2B VERIFICATION SUITE APIS

3. Get Wallet Balance API

Verification endpoint — 3. Get Wallet Balance API. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
GET /api/b2b-agent/get-wallet-balance

Headers

Header Required
clientid Yes
secretid Yes

Request body

No request body required for this endpoint.

Sample success response

{
    "status": true,
    "message": "B2B Agent wallet balance fetched successfully.",
    "data": {
        "balance": 100
    }
}