> 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/activity.md).

# Activity

Chronological feeds of protocol activity. Read the whole chain's activity, or scope it to a single collection, a single token, or a single user's address.

{% openapi src="<https://nftx-v4-api-production.up.railway.app/openapi.json>" path="/v1/{chain}/activity" 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}/collections/{collection}/activity" 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}/collections/{collection}/tokens/{tokenId}/activity" 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}/users/{address}/activity" method="get" %}
<https://nftx-v4-api-production.up.railway.app/openapi.json>
{% endopenapi %}
