Get pairs:

GET /pairs

Example response:

[
    {
        "id": 4,
        "name": "ETH_USDT",
        "base": {
            "id": 1,
            "name": "ETH",
            "description": "ETH"
        },
        "quote": {
            "id": 7,
            "name": "USDT",
            "description": "USDT"
        },
        "high_price": "0.0001",
        "low_price": "0.0001",
        "buy_price": "0.0001",
        "sell_price": "0.0002",
        "last_price": "0.0001",
        "change_amount": "0",
        "change_percent": "0",
        "base_volume": "60",
        "quote_volume": "0.006",
        "is_security": false,
        "category": "crypto",
        "sort": null
    },
    {
        "id": 7,
        "name": "UGOLD_USDT",
        "base": {
            "id": 9,
            "name": "UGOLD",
            "description": "UGOLD"
        },
        "quote": {
            "id": 7,
            "name": "USDT",
            "description": "USDT"
        },
        "high_price": "0",
        "low_price": "0",
        "buy_price": "0",
        "sell_price": "0",
        "last_price": "0",
        "change_amount": "0",
        "change_percent": "0",
        "base_volume": "0",
        "quote_volume": "0",
        "is_security": false,
        "category": "crypto",
        "sort": null
    },
    {
        "id": 9,
        "name": "GREAT_USDT",
        "base": {
            "id": 11,
            "name": "GREAT",
            "description": "GREAT"
        },
        "quote": {
            "id": 7,
            "name": "USDT",
            "description": "USDT"
        },
        "high_price": "0",
        "low_price": "0",
        "buy_price": "0",
        "sell_price": "0",
        "last_price": "0",
        "change_amount": "0",
        "change_percent": "0",
        "base_volume": "0",
        "quote_volume": "0",
        "is_security": false,
        "category": "crypto",
        "sort": null
    }
]

back next