get http://api.pandascrow.io/sandbox/index/wallet/balance
This endpoint would fetch you your current balance in your Pandascrow wallet
[GET] {{baseurl}}/sandbox/index/wallet/balance
API Object
{
"status": 200,
"data": {
"currency": "NGN",
"wallet_balance": 520,
"total_inflow": 1600,
"total_outflow": 1080,
"my_balance": 520,
"escrow_balance": 905710
}
}
curl -L -X GET '{{baseurl}}/sandbox/index/wallet/balance' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'