# Query orders **GET /open/v1/{network_id}/orders** Obtain all listing orders of a contract, Can be filtered by token_id and maker. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. ### Query parameters - **contract** (string) Address of the NFT contract - **token_id** (string) Token id of the NFT - **maker** (string) Address of orders' maker, aka seller. - **only_dew** (integer) Only return orders from dew marketplace. `1`: yes, `0`: no - **currency** (string) Currency of the price - **limit** (integer) - **offset** (integer) ## Responses ### 200 Successful #### Body: application/json (object) - **code** (integer) 0: success, others: error - **data** (array[object]) - **total** (integer) ### 400 Bad Request #### Body: application/json (object) - **code** (integer) 0: success, others: error - **error** (string | null) - **errors** (array[object] | null) [Powered by Bump.sh](https://bump.sh)