Get Started
Invoice
Invoice Flow
Balance
Rate
Exchange
Transfer

Rate

Return List of market and rate .


Rate

POST|GET https://api.zipay.io/api/rate

Response:
{
    "result": {
        "USDIRT": {
            "buy": "53064",
            "sell": "51889.25"
        },
        "USDTIRT": {
            "buy": "52800",
            "sell": "52150"
        },
        "USDTUSD": {
            "buy": "1.005",
            "sell": "0.995"
        }
    },
    "success": true,
    "status": 200
}