Coinact Documentation
  • ๐ŸงชCoinact Documentation
    • ๐Ÿ› ๏ธSetup alerts destinations
      • Discord Webhook
      • Telegram Chat
      • Telegram Channel
      • Telegram Private Group
  • ๐Ÿ”ŒAPI
    • API 1.0 / Getting Started
      • /pairs
      • /exchanges
    • Aggregated Orderbooks
    • Open Interests
    • Funding Rates
    • Liquidations
    • On-chain Transfers
Powered by GitBook
On this page
  1. API
  2. API 1.0 / Getting Started

/pairs

Describe the derivatives pairs available

GET https://api.coinact.gg/v1/pairs

Available derivatives pairs

[
    {
        "exchangeId": 4096,
        "exchange": "OKX FUTURES",
        "pair": "WAVES/USDT:USDT"
    },
    {
        "exchangeId": 128,
        "exchange": "GATE",
        "pair": "STRAX/USDT:USDT"
    },
    {
        "exchangeId": 16,
        "exchange": "BYBIT FUTURES",
        "pair": "YFII/USDT:USDT"
    },
    {
        "exchangeId": 4,
        "exchange": "BITGET FUTURES",
        "pair": "SUSHI/USDT:USDT"
    },
    {
        "exchangeId": 4096,
        "exchange": "OKX FUTURES",
        "pair": "THETA/USDT:USDT"
    },
    {
        "exchangeId": 4,
        "exchange": "BITGET FUTURES",
        "pair": "BTC/USD:BTC"
    },...
]
PreviousAPI 1.0 / Getting StartedNext/exchanges

Last updated 1 year ago

๐Ÿ”Œ