풀
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
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
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
[
{
"b": "string",
"ba": "string",
"c": "string",
"e": "string",
"pa": "string",
"q": "string",
"qa": "string"
}
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...