Skip to main content
POST
/
v1
/
oracle
/
pending-reveal
Error
A valid request URL is required to generate request examples
{
  "ok": true
}

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.

Body

application/json
market
string
required

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

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

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

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$
voteRound
integer
required
Required range: 0 <= x <= 10000
voteChoice
required

1 = YES, 2 = NO, 3 = TOO_EARLY.

Available options:
1
salt
string
required

32-byte hex string (with or without 0x prefix).

Pattern: ^(0x)?[0-9a-fA-F]+$
commitTxId
string
required
Required string length: 1 - 200

Response

Default Response

ok
enum<boolean>
required
Available options:
true