cURL
curl --request POST \ --url https://dev.users.niobi.co/api/v3/get-unified-balance \ --header 'Content-Type: application/json' \ --data '{ "client_id": "K1PoY1WYricSpXh6Wm24twnk6ecPJOWrHGsqiKJr", "sender": "<string>", "timestamp": 123, "salt": "<string>", "signature": "<string>", "params": { "wallet_account": 1234, "currency": "KES" } }'
{ "success": "true", "message": "Balance fetched successfully.", "data": [ "<string>" ] }
v3/get-unified-balance
signature
Payload required for initiating a Niobi payment transaction.
The body is of type object.
object
Ok.
The response is of type object.