# Get collection items by wallet **GET /open/v1/{network_id}/wallet/{wallet}/tokens** Get the list of NFTs from a wallet address, filtered by collection contracts. ## Servers - https://api.dewapi.com: https://api.dewapi.com () ## Parameters ### Path parameters - **network_id** (integer) Chain ID. - **wallet** (string) Address of the wallet ### Query parameters - **contract** (string) Address of the NFT contract - **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)