TickerLayer
GET x402.tickerlayer.com/v1/markets/status
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Check whether a market, asset class, or symbol is open, closed, in pre-market, or in post-market, with timezone-aware session context.
Resource: x402.tickerlayer.com/v1/markets/status
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC
Payment methods: — · Last validation: 2026-09-14 12:10:42.939+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"at": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}T",
"maxLength": 40,
"minLength": 20
},
"asset": {
"enum": [
"stocks",
"forex",
"crypto",
"commodities",
"indices",
"etfs",
"bonds"
],
"type": "string"
},
"market": {
"type": "string",
"maxLength": 20,
"minLength": 2
},
"symbol": {
"type": "string",
"description": "Use COUNTRY_OR_MARKET:SYMBOL for stocks, for example US:AAPL."
},
"includeHoliday": {
"enum": [
"true",
"false"
],
"type": "string"
},
"includeSessions": {
"enum": [
"true",
"false"
],
"type": "string"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"asset",
"market",
"status",
"is_open",
"phase",
"reason",
"timestamp",
"timezone",
"local_time",
"meta"
],
"properties": {
"meta": {
"type": "object",
"required": [
"calendar_version"
],
"properties": {
"data_notice": {
"type": "string"
},
"calendar_version": {
"type": "string"
}
},
"additionalProperties": true
},
"asset": {
"type": "string"
},
"phase": {
"enum": [
"primary",
"pre_market",
"post_market",
"closed",
"weekend",
"holiday",
"early_close",
"maintenance"
],
"type": "string"
},
"market": {
"type": "string"
},
"reason": {
"type": "string"
},
"status": {
"enum": [
"open",
"closed",
"pre_market",
"post_market",
"maintenance"
],
"type": "string"
},
"symbol": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9.:%-]*$",
"maxLength": 80,
"minLength": 1
},
"is_open": {
"type": "boolean"
},
"timezone": {
"type": "string"
},
"timestamp": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}T",
"maxLength": 40,
"minLength": 20
},
"local_time": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}T",
"maxLength": 40,
"minLength": 20
}
},
"additionalProperties": true
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.