Use when an agent needs to pick which paid agent service to call for a task
Use when an agent needs to pick which paid agent service to call for a task. Returns a ranked top-three shortlist of paid agent services with live health, prices, x402 and MPP rails, MCP schemas, qualified session handoff and receipt binding. $0.01.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/agentcore-route
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 21 ms |
Example input (from the provider)
{
"body": {
"max_price": 1,
"task": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"constraints": {
"type": "object"
},
"max_price": {
"type": "number"
},
"output_format": {
"enum": [
"json",
"markdown",
"text"
],
"type": "string"
},
"preferred_rail": {
"enum": [
"x402:base",
"x402:solana",
"mpp:tempo"
],
"type": "string"
},
"price_cap": {
"type": "number"
},
"prior_bid_atomic": {
"type": "integer"
},
"seller_delivery_receipt": {
"type": "object"
},
"task": {
"type": "string"
}
},
"required": [
"task",
"max_price"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"best_rejected_affordable_option": {
"properties": {
"price_atomic": {
"type": "integer"
},
"seller_id": {
"type": "string"
}
},
"type": "object"
},
"manifest": {
"type": "string"
},
"operator": {
"type": "string"
},
"output_format": {
"type": "string"
},
"price_gap_atomic": {
"type": "integer"
},
"protocol": {
"type": "string"
},
"regret_basis": {
"properties": {
"basis": {
"type": "string"
},
"prior_bid_atomic": {
"type": "integer"
},
"rejected_price_atomic": {
"type": "integer"
},
"selected_price_atomic": {
"type": "integer"
}
},
"type": "object"
},
"result_count": {
"type": "integer"
},
"results": {
"items": {
"properties": {
"endpoint_url": {
"type": "string"
},
"handoff_url": {
"type": "string"
},
"health": {
"properties": {
"score": {
"type": "number"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"mcp_schema": {
"properties": {
"inputSchema": {
"properties": {
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"price_atomic": {
"type": "integer"
},
"qualified_session_token": {
"type": "string"
},
"rails": {
"items": {
"type": "string"
},
"type": "array"
},
"receipt_binding": {
"properties": {
"bound": {
"type": "boolean"
}
},
"type": "object"
},
"seller_id": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"savings_atomic": {
"type": "integer"
},
"shortlist_price": {
"type": "string"
},
"tier": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}