Get the balance of your wallets
GET/v1/partners/wallet/balance
This endpoint allows you to retrieve the balance of all your wallets
Request
Query Parameters
wallet string
The currency of the wallet
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
currency string
The currency of the wallet
balance number
The balance of the wallet
[
{
"currency": "NGN",
"balance": 10000.2
}
]
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "400 Bad Request (Client Error)"
}
Loading...