{
  "x402Version": 2,
  "id": 533,
  "slug": "533",
  "resource": "https://api.oblique.markets/api/v1/paid/agentcore-route",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "max_price": 1,
            "task": "example"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "best_rejected_affordable_option": {
              "price_atomic": 80000,
              "seller_id": "oblique.structured-data"
            },
            "manifest": "/api/v1/agentcore-route/manifest",
            "operator": "Oblique Markets",
            "output_format": "json",
            "price_gap_atomic": 50000,
            "protocol": "agentcore",
            "regret_basis": {
              "basis": "prior_bid_atomic",
              "prior_bid_atomic": 50000,
              "rejected_price_atomic": 80000,
              "selected_price_atomic": 30000
            },
            "result_count": 3,
            "results": [
              {
                "endpoint_url": "https://api.oblique.markets/api/v1/paid/web-extract",
                "handoff_url": "https://api.oblique.markets/api/v1/agentcore-route/handoff?token=...",
                "health": {
                  "score": 0.98,
                  "status": "healthy"
                },
                "mcp_schema": {
                  "inputSchema": {
                    "required": [
                      "url"
                    ],
                    "type": "object"
                  },
                  "name": "web_extract"
                },
                "name": "web_extract",
                "price": 0.03,
                "price_atomic": 30000,
                "qualified_session_token": "eyJ2IjoxfQ.signature",
                "rails": [
                  "x402:base",
                  "mpp:tempo"
                ],
                "receipt_binding": {
                  "bound": false
                },
                "seller_id": "oblique.web-extract"
              }
            ],
            "savings_atomic": 20000,
            "shortlist_price": "$0.01",
            "tier": "paid"
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T18:45:06.361Z",
  "quality": {
    "calls30d": 9,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T18:45:05.902Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}