cURL
curl --request GET \ --url https://dev.users.niobi.co/api/wallet/get-balance \ --header 'Authorization: <api-key>'
{ "success": "true", "message": "Payment link balance fetched successfully.", "data": [ "<string>" ] }
This endpoint allows you to query your account balance.
Enter token in format (Bearer <token>)
Ok.
The response is of type object.
object