Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Idempotency-Key
string

A unique key that makes this request safe to retry. See Idempotent requests.

Maximum string length: 255
Example:

"d9105228-4a08-46b1-8b91-42fed586d383"

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-13"

Path Parameters

id
string
required

Chain ID from the list endpoint, e.g. rac_seed_start_selling_9f2c1a7b04.

Query Parameters

account_id
string

Account ID, prefixed biz_. Defaults to the API key's own account.

Response

run recorded

chain_id
string
required
Example:

"rac_seed_start_selling_xxxxxxxxxx"

execution
enum<string>
required
Available options:
redirect,
executed
Example:

"redirect"