x402-factory
GET x402-factory.com/v1/liquidity/:slug
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
Summarized depth, spread, and 24h volume profile for one market — Execution-quality summary per venue: depth within 1c/5c of the touch, spread in cents, and an hourly 24h volume profile. Pass notional_usd for a slippage estimate. Derived analytics only — raw order books are never mirrored.
Resource: x402-factory.com/v1/liquidity/bitcoin-above-150k-2026-09
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f
Payment methods: — · Last validation: 2026-09-14 07:26:50.097+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$"
}
}
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"notional_usd": {
"type": "number",
"maximum": 100000,
"minimum": 1
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"data",
"meta"
],
"properties": {
"data": {
"type": "object",
"required": [
"per_venue",
"volume_24h_usd",
"volume_profile_24h"
],
"properties": {
"per_venue": {
"type": "array",
"items": {
"type": "object",
"required": [
"venue",
"depth_within_1c_usd",
"depth_within_5c_usd",
"spread_c"
],
"properties": {
"venue": {
"enum": [
"kalshi",
"polymarket"
],
"type": "string"
},
"spread_c": {
"type": "number"
},
"est_slippage_c": {
"type": "number"
},
"depth_within_1c_usd": {
"type": "number"
},
"depth_within_5c_usd": {
"type": "number"
}
},
"additionalProperties": false
}
},
"volume_24h_usd": {
"type": "number"
},
"volume_profile_24h": {
"type": "array",
"items": {
"type": "object",
"required": [
"hour",
"volume_usd"
],
"properties": {
"hour": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": -9007199254740991
},
"volume_usd": {
"type": "number"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"meta": {
"type": "object"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 120
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0xCc42Ed39a06b6cF3f484307eF76B88Bf56Fb305f",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "30000"
}
]
}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.