Wallet Balance Check
Testing
Request
Body Params application/json
{
"username": "********",
"password": "********",
"requestid": "AwaH5IiZs7K00INwNosXx"
}
Request Code Samples
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/Payout/Fetch/get_account_balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "********",
"password": "********",
"requestid": "AwaH5IiZs7K00INwNosXx"
}'
Responses
application/json {
"Resp_code": "RCS",
"Resp_desc": "Request Completed Successfully",
"data": [
{
"wallet_name": "Main Wallet",
"balance": "487040.55"
}
]
}
Modified at 2025-04-10 11:37:45