获取指定区块链上所有 DEX 的信息
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/dex \ --header 'Authorization: Bearer <token>'
{ "data": [ { "chain": "sol", "image": "https://example.com/dex-logo.png", "programAddress": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc", "protocolFamily": "Raydium" } ], "endCursor": "eyJpZCI6ImVuZCJ9", "hasNext": false, "hasPrev": false, "startCursor": "eyJpZCI6InN0YXJ0In0=" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
分页游标
每页返回结果数量
分页方向(next 或 prev) Pagination direction
next
prev
按区块链网络筛选
按 DEX 程序地址筛选
成功响应
Generic pagination response
Page data
显示 子属性
Cursor for the end of current page
"eyJpZCI6ImVuZCJ9"
Whether there is a next page
false
Whether there is a previous page
Cursor for the start of current page
"eyJpZCI6InN0YXJ0In0="
此页面对您有帮助吗?