Skip to main content
GET
Error

Authorizations

x-aura-developer-key
string
header
required

Builder identity and quota key. It never substitutes for a wallet session or restricted trading authorization and can never sign or custody assets.

Path Parameters

address
string
required

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$

Response

Default Response

id
integer
required

Database id (stable, monotonic).

Required range: -9007199254740991 <= x <= 9007199254740991
marketAddress
string
required

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
question
string
required
category
string | null
required
tags
string[]
required

Cross-cutting labels (e.g. ["nfl","superbowl"]). Empty if absent.

creator
string | null
required

Alephium address (base58, optional :N group suffix).

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
resolved
boolean
required
finalOutcome
integer | null
required
Required range: -9007199254740991 <= x <= 9007199254740991
volume
string
required

Total traded volume in collateral base units (string, preserves precision).

bestBidYes
integer | null
required

Price as integer ticks of 0.001 (0=No, 1000=Yes).

Required range: 0 <= x <= 1000
bestAskYes
integer | null
required

Price as integer ticks of 0.001 (0=No, 1000=Yes).

Required range: 0 <= x <= 1000
bestBidNo
integer | null
required

Price as integer ticks of 0.001 (0=No, 1000=Yes).

Required range: 0 <= x <= 1000
bestAskNo
integer | null
required

Price as integer ticks of 0.001 (0=No, 1000=Yes).

Required range: 0 <= x <= 1000
createdAt
string
required

ISO-8601.

metadata
object | null
required
tradingVenue
enum<string>
required

Instant off-chain matching with batched Clearinghouse settlement.

Available options:
clearinghouse
lifecycle
object
required

Durable post-confirmation multi-source projection. The live sequencer remains authoritative for current trading/breaker state; inspect freshness before acting. Pre-deployment phases are exposed by proposal drafts, unsigned transaction builds, proposal processing, and transaction reconciliation instead of fabricated market rows.

imageUrl
string | null
rules
string | null
resolutionSources
string | null
master
boolean
masterQuestion
string | null
masterImage
string | null
linked
boolean
proposalId
integer | null
Required range: -9007199254740991 <= x <= 9007199254740991
Last modified on August 11, 2026