# Get collection by Collection ID

## Endpoint

```
GET /api/v3/nft/public/collection
```

***

## **Request**

|    Query Param    | Description                   | Example                                                            |
| :---------------: | ----------------------------- | ------------------------------------------------------------------ |
|         id        | (Optional)Collection Id       | 100                                                                |
|      nftHash      | (Optional) nft hash           | 0x203e53d1177518b51ae784d794271933155d436fe40bb8c8d1b1384b54d02d44 |
| collectionAddress | (Optional) collection address | 0xb59bc7f2f1132908639e16598910aa49a5858e35                         |

## **Response**

See [Collection](https://docs-protocol.loopring.io/counterfactual-nft/api-references/list-owned-collections#collection)
