Skip to main content
POST
Create a participation for the authenticated partner and user

Authorizations

Authorization
string
header
required

OAuth 2.0 authorization and token endpoints

Body

application/json

Participation creation params

Parameters for creating an offer participation

amount
string
required

The participation amount

approval_transaction_hash
string
required

The approval transaction hash

asset_id
string
required

The ID of the asset

chain
enum<string>
required

The blockchain chain for the funding contract

Available options:
ethereum_sepolia,
base_sepolia,
solana_devnet,
ethereum_mainnet,
base_mainnet,
solana_mainnet
offer_id
string
required

The ID of the offer

offer_option_id
string
required

The ID of the offer option

wallet_address
string
required

The wallet address

Response

Successful response.

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

chain
enum<string>
required

The chain for the participation contract

Available options:
ethereum_sepolia,
base_sepolia,
solana_devnet,
ethereum_mainnet,
base_mainnet,
solana_mainnet
id
string
required

Unique identifier for the object.

Example:

"05edea81-98a7-4582-aa7c-040d57cb1858"

object
enum<string>
required

String representing the object's type. Objects of the same type share the same value.

Available options:
participation
offer_id
string
required

The ID of the offer

offer_option_id
string
required

The ID of the offer option

status
enum<string>
required

The participation status

Available options:
prepared,
pending,
submitted,
completed,
failed,
remit_submitted,
remitted,
remit_failed
inserted_at
string<date-time>

When the participation was created

Example:

"2025-01-01T00:00:00.000000Z"

updated_at
string<date-time>

When the participation was last updated

Example:

"2025-01-01T00:00:00.000000Z"

wallet_address
string | null

The wallet address for the participation