Account
Get Balance
GET
https://public_key:[email protected]/v1/payout/account/balance
Use this api to fetch available balance on your account. You can get your keys from the payout dashboard.
{
"success": true,
"message": "Account Details",
"data": {
"account": {
"available_balance": "47.50"
}
}
}
Last updated
Was this helpful?