POST
/
api
/
v3
/
get-unified-balance
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>"
  ]
}

Please make sure to generate a new signature whenever you are creating a new balance request.

Body

application/json

Payload required for initiating a Niobi payment transaction.

The body is of type object.

Response

200
application/json

Ok.

The response is of type object.