# Query offers **GET /open/v1/{network_id}/offers** Obtain all offers of a contract, Can be filtered by 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 - **maker** (string) Address of orders' maker, aka seller. - **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)