Skip to main content
GET
/
v1
/
generic-assets
/
{generic_asset_id}
Get Generic Asset
curl --request GET \
  --url https://api.rivermarkets.com/v1/generic-assets/{generic_asset_id} \
  --header 'X-River-Key-Id: <api-key>' \
  --header 'X-River-Signature: <api-key>' \
  --header 'X-River-Timestamp: <api-key>'
{
  "generic_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "members": [
    {
      "river_id": 123,
      "exchange_value": 123,
      "exchange_name": "<string>",
      "tick_size_price": 123,
      "tick_size_qty": 123,
      "minimum_order_size": 123,
      "neg_risk": true,
      "name": "<string>",
      "ticker": "<string>",
      "token_id_yes": "<string>",
      "token_id_no": "<string>",
      "slug": "<string>",
      "tick_structure": "uniform",
      "expiration_datetime": "<string>",
      "start_datetime": "<string>",
      "neg_risk_id": "<string>",
      "condition_id": "<string>",
      "subtitle": "<string>",
      "description": "<string>",
      "category": "Other",
      "subcategory": "<string>",
      "rank": 123,
      "event_ticker": "<string>",
      "event_title": "<string>",
      "volume": 123,
      "volume_24h": 123,
      "series_ticker": "<string>",
      "image": "<string>",
      "primary_entity_name": "<string>"
    }
  ],
  "inserted_at": "<string>",
  "owner_subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "<string>",
  "category": "<string>",
  "subcategory": "<string>",
  "resolves_at": "2023-11-07T05:31:56Z",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rivermarkets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-River-Key-Id
string
header
required

UUID of your API key (from Settings → API Keys).

X-River-Timestamp
string
header
required

Current unix seconds. Must be within 30s of server time.

X-River-Signature
string
header
required

Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.

Path Parameters

generic_asset_id
string<uuid>
required

Response

Successful Response

Response schema for a generic asset with its resolved members (detail view).

generic_asset_id
string<uuid>
required
name
string
required
members
MarketSearchResult · object[]
required
inserted_at
string
required

Creation timestamp (UTC)

owner_subaccount_id
string<uuid> | null
description
string | null
category
string | null
subcategory
string | null
resolves_at
string<date-time> | null
status
string | null