Get Started
Invoice
Invoice Flow
Balance
Rate
Exchange
Transfer
Return Balance Of your account per each currency.
POST|GET https://api.zipay.io/api/balance
{ "result": [ { "available_balance": "9264624146.89", "total_balance": "9264624146.89", "coin": { "name": "Toman", "currency": "IRT", "symbol": "IRT" } }, { "available_balance": "533900.43", "total_balance": "533900.43", "coin": { "name": "United States dollar", "currency": "USD", "symbol": "$" } }, { "available_balance": "298.51", "total_balance": "298.51", "coin": { "name": "USD Tether", "currency": "USDT", "symbol": "USDT" } } ], "success": true, "status": 200 }