> For the complete documentation index, see [llms.txt](https://docs-v4.nftx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v4.nftx.io/api-reference/listings.md).

# Listings

Read the listings sitting in a collection's pool. Fetch every listing for a collection, or look up the listing for one specific token.

{% openapi src="<https://nftx-v4-api-production.up.railway.app/openapi.json>" path="/v1/{chain}/collections/{collection}/listings" method="get" %}
<https://nftx-v4-api-production.up.railway.app/openapi.json>
{% endopenapi %}

{% openapi src="<https://nftx-v4-api-production.up.railway.app/openapi.json>" path="/v1/{chain}/listings/{collection}/{tokenId}" method="get" %}
<https://nftx-v4-api-production.up.railway.app/openapi.json>
{% endopenapi %}
