GET
/
dex
/
v1
Dex - List
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chains
string[]
limit
number
default:20

Number of results per page

Required range: 1 <= x <= 100
dexProgram
string

dex program address

Response

200 - application/json

The response is of type object.