---
title: "Get a participation for the authenticated partner and user"
method: GET
path: "/v1/participations/{id}"
tags: ["Participations"]
---

# Get a participation for the authenticated partner and user

`GET /v1/participations/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response.

- Participation — An offer participation
  - `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

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