Skip to main content
POST
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.

x-aura-trading-authorization
string
header
required

One-time-shown, user-created restricted trading credential bound to a developer key, policy limits, expiry and optional source IP. Aura signs and submits inside custody; the credential never reveals a grant, transaction signature, intent signature or seed.

Body

application/json
clientOrderId
string
required

Exact token base-unit quantity encoded as canonical JSON string.

Pattern: ^(0|[1-9][0-9]*)$
marketId
string
required
Pattern: ^[0-9a-fA-F]{64}$
outcome
enum<string>
required
Available options:
yes,
no
side
enum<string>
required
Available options:
buy,
sell
orderType
enum<string>
required
Available options:
gtc_limit,
ioc_market
expiresAt
string<date-time>
required
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
quantityBaseUnits
string

Exact token base-unit quantity encoded as canonical JSON string.

Pattern: ^(0|[1-9][0-9]*)$
spendBaseUnits
string

Exact token base-unit quantity encoded as canonical JSON string.

Pattern: ^(0|[1-9][0-9]*)$
limitPriceTick
integer
Required range: 1 <= x <= 999
costBoundBaseUnits
string

Exact token base-unit quantity encoded as canonical JSON string.

Pattern: ^(0|[1-9][0-9]*)$
feeCapBps
integer
Required range: 0 <= x <= 65535
allowPartialFill
boolean
default:true
expectedBookVersion
string

Exact token base-unit quantity encoded as canonical JSON string.

Pattern: ^(0|[1-9][0-9]*)$

Response

Default Response

authorizationId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
authorizationGeneration
integer
required
Required range: x <= 9007199254740991
status
string
required
Required string length: 1 - 80
Pattern: ^[A-Za-z0-9_.:-]+$
receipt
object | null
required
intentHash
string
required
Pattern: ^[0-9a-f]{64}$
Last modified on August 11, 2026