Skip to main content
GET
/
v1
/
markets
/
{address}
/
prices
Error
A valid request URL is required to generate request examples
{
  "yesPrice": 123,
  "noPrice": 123,
  "priceTimestamp": 0
}

Documentation Index

Fetch the complete documentation index at: https://docs.aura.markets/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from POST /v1/auth/keys.

Path Parameters

address
string
required

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

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

Response

Default Response

yesPrice
number
required

Latest probability in [0, 1].

noPrice
number
required

1 - yesPrice.

priceTimestamp
integer
required

Unix milliseconds when this price was observed.

Required range: -9007199254740991 <= x <= 9007199254740991