Skip to main content
PATCH
Update Generic Asset

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

Body

application/json

Request schema for updating a user-owned generic asset.

name
string | null
Maximum string length: 255
description
string | null

Response

Successful Response

A tradeable generic asset (platform-curated or user-owned) with its member river_ids.

generic_asset_id
string
required
name
string
required
river_ids
integer[]
required
inserted_at
string
required

Creation timestamp (UTC)

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