---
title: "List app activity"
method: GET
path: "/apps/{tokenAddress}/activity"
tags: ["Apps"]
---

# List app activity

`GET /apps/{tokenAddress}/activity`

Buys, sells, and lifecycle events for an app, newest first.

## Path parameters

- `tokenAddress` string, required

## Query parameters

- `cursor` string
- `limit` integer
- `kind` 'buy' | 'sell' | 'launch' | 'graduation'

## Response `200`

Activity events.

- object
  - `events` ActivityEvent[]
    - `kind` 'buy' | 'sell' | 'launch' | 'graduation', required
    - `txHash` string, required
    - `blockNumber` integer, required
    - `timestamp` string, date-time, required
    - `actor` string, nullable
    - `eltaIn` string, nullable
    - `tokensOut` string, nullable
  - `nextCursor` string, nullable

---

[API](https://skmtc.net/elata-biosciences/apis/elata-app-store-api.md) · [All operations](https://skmtc.net/elata-biosciences/apis/elata-app-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elata-biosciences/elata-app-store-api/revisions/55c111b65fc5/schema)
