Skip to main content
GET
/
v1
/
markets
/
{address}
/
prices
/
history
Error
A valid request URL is required to generate request examples
{
  "range": "1H",
  "points": [
    {
      "timestamp": 0,
      "yesPrice": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://aura-4ecab767.mintlify.app/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:]+$

Query Parameters

range
enum<string>
default:1D
Available options:
1H,
6H,
1D,
1W,
1M,
ALL

Response

Default Response

range
enum<string>
required
Available options:
1H,
6H,
1D,
1W,
1M,
ALL
points
object[]
required