본문으로 건너뛰기

GET 

/api/v1/dex/pools

DEX 엔드포인트(/api/v1/dex/trade, /api/v1/dex/candle, /api/v1/dex/liquidity)에서 지원하는 풀 목록을 조회합니다.

요청

쿼리 파라미터

    exchange string

    Specifies exchange name

    chain string

    Specifies the chain name

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

    pa string

    specifies the pool address

    q string

    specifies the quote symbol

    qa string

    specifies the quote token address

  • ]

Loading...