curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/balance \
--header 'Authorization: Bearer <token>'{
"currency": "<string>",
"current_balance": 123,
"wallet_id": "<string>",
"last_refreshed": {
"seconds": 123
},
"linked": true
}curl --request GET \
--url https://api.nh.staging.mum.juspay.net/service2/wallet/{wallet_id}/balance \
--header 'Authorization: Bearer <token>'{
"currency": "<string>",
"current_balance": 123,
"wallet_id": "<string>",
"last_refreshed": {
"seconds": 123
},
"linked": true
}JWT access token. Obtain from /auth/otp/verify endpoint.
Transcorp wallet id (transcorp_wallet_id from GET /wallet)