---
title: "List participations for the authenticated partner and user"
method: GET
path: "/v1/participations"
tags: ["Participations"]
---

# List participations for the authenticated partner and user

`GET /v1/participations`

## Query parameters

- `starting_after` string
- `starting_before` string
- `limit` integer — A limit on the number of objects to be returned
- `filters` object[]
  - `field` string
  - `op` string
  - `value` string

## Response `200`

Successful response.

- object
  - `data` Participation[], required
    - `amount` string, required — The participation amount
    - `amount_string` string, required — The participation amount formatted as a human-readable string
    - `asset` object, required — The asset details for the participation
      - `code` string, required — The asset code (symbol)
      - `fractional_digits` integer, required — The number of fractional digits for the asset
      - `id` string, required — The asset ID
      - `name` string, required — The asset name
    - `chain` 'ethereum_sepolia' | 'base_sepolia' | 'solana_devnet' | 'ethereum_mainnet' | 'base_mainnet' | 'solana_mainnet', required — The chain for the participation contract
    - `id` string, required — Unique identifier for the object.
    - `inserted_at` string, date-time — When the participation was created
    - `object` 'participation', required — String representing the object's type. Objects of the same type share the same value.
    - `offer_id` string, required — The ID of the offer
    - `offer_option_id` string, required — The ID of the offer option
    - `status` 'prepared' | 'pending' | 'submitted' | 'completed' | 'failed' | 'remit_submitted' | 'remitted' | 'remit_failed', required — The participation status
    - `updated_at` string, date-time — When the participation was last updated
    - `wallet_address` string, nullable — The wallet address for the participation
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value.
  - `starting_after` string — String representing the page cursor to used for querying the next page.
  - `starting_before` string — String representing the page cursor to used for querying the previous page.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/coinlist/apis/frontline-api.md) · [All operations](https://skmtc.net/coinlist/apis/frontline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinlist/frontline-api/versions/fa411ea1bdfb/schema)
