Skip to main content
POST
Error

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Body

application/json
marketId
integer
required
Required range: x <= 9007199254740991
txId
string
required

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

Pattern: ^(0x)?[0-9a-fA-F]+$
days
integer
required
Required range: 1 <= x <= 365

Response

Default Response

error
object
required
Last modified on August 22, 2026