TickerLayer
GET x402.tickerlayer.com/v1/stocks/symbols
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
Discover the current TickerLayer Stocks symbol catalog. Stock symbols are market-qualified in COUNTRY_OR_MARKET:SYMBOL form such as US:AAPL.
Resource: x402.tickerlayer.com/v1/stocks/symbols
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC
Payment methods: — · Last validation: 2026-09-14 09:50:00.934+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"symbols"
],
"properties": {
"symbols": {
"type": "array",
"items": {
"type": "object",
"required": [
"symbol",
"name",
"base_symbol",
"market"
],
"properties": {
"name": {
"type": "string"
},
"market": {
"type": "string",
"maxLength": 20,
"minLength": 1,
"description": "TickerLayer country or market code, for example US."
},
"symbol": {
"type": "string",
"pattern": "^[A-Za-z][A-Za-z0-9]*(?::|%3[Aa])[A-Za-z0-9][A-Za-z0-9.:%-]*$",
"maxLength": 80,
"minLength": 3,
"description": "Market-qualified stock symbol in COUNTRY_OR_MARKET:SYMBOL form, for example US:AAPL."
},
"base_symbol": {
"type": "string",
"maxLength": 40,
"minLength": 1,
"description": "Unqualified base symbol, for example AAPL."
}
},
"additionalProperties": true
},
"minItems": 1
}
},
"additionalProperties": true
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x7Dc94dfDdAE57023feea1458B54C4c552E1d0dAC",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
}
]
}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.