# Query market activities by wallet and collection **POST /open/v1/{network_id}/market_activities/query** Query market activities, filter by wallet and collection. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. ### Body: application/json (object) - **wallet** (string) Address of the wallet - **contract** (string) Address of the NFT collection - **types** (array[integer]) Activity event type. 0: List, 1: Sales, 2: Cancelled, 3: Expired - **only_dew** (boolean) Only return activities from dew marketplace. - **limit** (integer) - **offset** (integer) ## Responses ### 200 Successful #### Body: application/json (object) - **code** (integer) 0: success, others: error - **data** (object) ### 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)