# Get collections by wallet **POST /open/v1/{network_id}/wallet/{wallet}/contracts/query** Get the list of contracts from a wallet address. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. - **wallet** (string) Address of the wallet ### Body: application/json (object) - **contracts** (array[string]) Array of NFT collection addresses. ## Responses ### 200 Successful #### Body: application/json (object) - **code** (integer) 0: success, others: error - **data** (array[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)