mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

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.

Do you run api.oblique.markets? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
9
calls / 30d
3
unique payers
2026-09-14
updated

Provider

api.oblique.markets · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/agentcore-route"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.oblique.markets/api/v1/paid/agentcore-route");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.oblique.markets/api/v1/paid/agentcore-route")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/533.json, and this resource appears in /discovery/resources and /discovery/search.