Get Started
Invoice
Invoice Flow
Balance
Rate
Exchange
Transfer
Crypto Withdraw
Return List of market and rate .
POST|GET https://api.zipay.io/api/rate
{
"result": {
"USDIRT": {
"buy": "53064",
"sell": "51889.25"
},
"USDTIRT": {
"buy": "52800",
"sell": "52150"
},
"USDTUSD": {
"buy": "1.005",
"sell": "0.995"
}
},
"success": true,
"status": 200
}