---
title: "List apps"
method: GET
path: "/apps"
tags: ["Apps"]
---

# List apps

`GET /apps`

Returns all apps with metadata. Supports filtering and cursor pagination.

## Query parameters

- `cursor` string
- `limit` integer
- `status` 'raising' | 'live'
- `sort` 'createdAt' | 'marketCap' | 'volume24h'

## Response `200`

A page of apps.

- object
  - `apps` App[], required
    - `id` string, required
    - `tokenAddress` string, required
    - `name` string, required
    - `symbol` string, required
    - `description` string
    - `imageUrl` string, uri
    - `creator` string, required
    - `status` 'raising' | 'live', required
    - `createdAt` string, date-time, required
  - `nextCursor` string, nullable

## Other responses

- `429` — Rate limit exceeded.

---

[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)
