Skip to main content

Pools

GET 

/api/v1/dex/candle/pools

Fetch supported pools accepted by /api/v1/dex/candle endpoint.

Request

Query Parameters

    exchange string

    Specifies exchange name

    Example: dragonswap
    chain string

    Specifies the chain name

    Example: kaia_mainnet

Responses

OK

Schema

  • Array [

  • b string

    specifies the base symbol

    ba string

    specifies the base token address

    c string

    specifies the chain

    e string

    specifies the exchange

    id string

    specifies the unique id

    pa string

    specifies the pool address

    q string

    specifies the quote symbol

    qa string

    specifies the quote token address

  • ]

Loading...