풀
GET/api/v1/dex/pools
DEX 엔드포인트(/api/v1/dex/trade, /api/v1/dex/candle, /api/v1/dex/liquidity)에서 지원하는 풀 목록을 조회합니다.
요청
쿼리 파라미터
exchange string
거래소 이름
chain string
체인 이름
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
b string
base 심볼
ba string
base 토큰 주소
c string
체인
e string
거래소
pa string
풀 주소
q string
quote 심볼
qa string
quote 토큰 주소
[
{
"b": "string",
"ba": "string",
"c": "string",
"e": "string",
"pa": "string",
"q": "string",
"qa": "string"
}
]
잘못된 요청
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...