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

Path Parameters

batchDigest
string
required

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

Pattern: ^(0x)?[0-9a-fA-F]+$

Response

Default Response

schema
enum<string>
required
Available options:
aura/fee-reward-public-execution-artifact/v2
artifactDigestAlgorithm
enum<string>
required
Available options:
blake2b-256
artifactDigestDomain
enum<string>
required
Available options:
AURA_FEE_REWARD_PUBLIC_EXECUTION_ARTIFACT_V2
artifactDigest
string
required

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

Pattern: ^(0x)?[0-9a-fA-F]+$
networkId
string
required

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

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

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

Pattern: ^(0x)?[0-9a-fA-F]+$
batch
object
required
confirmerSignature
string
required
Pattern: ^[0-9a-f]{128}$
executeArguments
object
required
executeBytecodeDigestAlgorithm
enum<string>
required
Available options:
blake2b-256
executeBytecodeDigestDomain
enum<string>
required
Available options:
AURA_FEE_REWARD_EXECUTION_BYTECODE_V1
executeBytecodeDigest
string
required

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

Pattern: ^(0x)?[0-9a-fA-F]+$
executeBytecode
string
required
Maximum string length: 65536
Pattern: ^(?:[0-9a-f]{2})+$
{key}
any
Last modified on August 22, 2026