Skip to main content
GET
Get Pulse market by on-chain address

Path Parameters

address
string
required

Pulse market on-chain address.

Response

Pulse market metadata for the requested cycle.

Short-horizon Pulse market (proxied from the perpetual-markets service). Each cycle has its own marketAddress; aggregated history per marketConfigId is exposed via the parent service.

id
integer
marketConfigId
integer
Example:

1

adapterConfigId
integer
Example:

1

marketConfigName
string

Human-readable config name (e.g. asset + horizon).

Example:

"BTC-5min"

marketAddress
string

On-chain Pulse market address for this cycle.

status
string

Cycle status. Common values: ACTIVE, RESOLVED, CLOSED.

Example:

"ACTIVE"

cycleNumber
integer
Example:

9821

startsAt
string<date-time>
expiresAt
string<date-time>
observationStartsAt
string<date-time>
observationEndsAt
string<date-time>
resolvedAt
string<date-time> | null
closedAt
string<date-time> | null
openingTwap
string | null
closingTwap
string | null
winningOutcome
integer | null
sampleCount
integer
Example:

60

marketMetadata
object
createdAt
string<date-time>
updatedAt
string<date-time>