Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of results per page
Required range:
1 <= x <= 100
dex program address
Response
200 - application/json
Array of DEX information
Cursor for the next page
Example:
"eyJpZCI6MTAwfQ=="
Indicates if there are more results
Cursor for first item in current page
Example:
"eyJpZCI6MTAwfQ=="
Cursor for last item in current page
Example:
"eyJpZCI6MjAwfQ=="
Total number of items
Example:
1000