简体中文
获取指定区块链上所有 DEX 的信息
cURL
curl --request GET \ --url https://api-dex.chainstream.io/dex/v1 \ --header 'Authorization: Bearer <token>'
{ "data": [ { "programAddress": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc", "protocolFamily": "OrcaWhirpool", "image": "https://ipfs.io/ipfs/bafkreid7667676767676767676767676767676767676767676767676767676767676767", "chain": "sol" } ], "next": "eyJpZCI6MTAwfQ==", "hasNext": false, "startCursor": "eyJpZCI6MTAwfQ==", "endCursor": "eyJpZCI6MjAwfQ==", "total": 1000 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
每页结果数量
1 <= x <= 100
DEX程序地址
The response is of type object.
object
此页面对您有帮助吗?