Skip to main content
GET
Read the current funded tip proof for a market

Authorizations

API-KEY
string
header
required

Caller-specific VibeChain API key created through /apikey/create.

Path Parameters

marketId
integer
required

Public numeric market ID

Required range: x >= 0

Response

Current root, schedule state, and bounded proof

schema
enum<string>
required
Available options:
retard-v1227-tip-proof-v1
status
enum<string>
required
Available options:
no-root,
not-in-root,
activation-required,
current,
paused,
stopped
marketId
integer
required
Required range: x >= 0
pinnedBlock
integer
required
Required range: x >= 0
root
string
required
Pattern: ^0x[0-9a-fA-F]{64}$
rootNonce
string
required

Unsigned integer encoded as a decimal string

Pattern: ^[0-9]+$
creatorTipRecipient
string
required
Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x41B13C429675015d32377305D03222CbddB20cA0"

grossDailyTip
string
required

Unsigned integer encoded as a decimal string

Pattern: ^[0-9]+$
leaf
string
required
Pattern: ^0x[0-9a-fA-F]{64}$
proof
string[]
required
Maximum array length: 64
Pattern: ^0x[0-9a-fA-F]{64}$
scheduleNonce
string
required

Unsigned integer encoded as a decimal string

Pattern: ^[0-9]+$
scheduleActive
boolean
required
schedulePaused
boolean
required