简体中文
获取指定区块链上所有 DEX 的信息
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/dex \ --header 'Authorization: Bearer <token>'
{ "data": [ { "chain": "sol", "programAddress": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc", "protocolFamily": "OrcaWhirpool", "image": "https://ipfs.io/ipfs/bafkreid7667676767676767676767676767676767676767676767676767676767676767" } ], "hasNext": false, "hasPrev": false, "startCursor": "<string>", "endCursor": "<string>", "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
每页结果数量
1 <= x <= 100
DEX程序地址
DEX 信息数组
显示 子属性
指示是否有更多结果
指示是否有上一页结果
当前页第一项的游标
当前页最后一项的游标
总项目数
此页面对您有帮助吗?