Get Orders

Fetches all active orders on a specified DEX, filtered by maker and taker assets. It returns order details (IDs, asset addresses, pricing, etc.) to support real-time order book monitoring and trading integrations.

💡

Compute Unit Value: 15 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

The unique ID to specify the decentralized exchange (DEX) within a particular blockchain. Find more here.

string

The current status of the order. Accepted values: open, expired, error, cancelled, filled, or insufficient-funds.

string

Comma-separated list of order hashes.

string

Address of the filler (entity responsible for filling the order).

string
enum

Sort order of the results. Accepted values: asc or desc. Default is desc.

Allowed:
string
required

The token address of the asset the Maker is selling.

string
required

The token address of the asset the Maker expects in return.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json