mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Use when an agent needs agent return context

Use when an agent needs agent return context. Returns Accountless returning-agent context bundle with optional Bazaar, time, Base, facilitator-health, cursor-aware Bazaar delta and trending components, statuses, next cursor, and evidence hash. $0.005.

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
5000 (raw units)
price
10
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": "5000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "5000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "components": [
            "time",
            "bazaar_delta",
            "bazaar_trending"
          ],
          "since_snapshot": "2026-08-28"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "bundle": "agent-return-context.v1",
          "bundle_id": "agent-return-context.v1:sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
          "checked_at": "2026-08-29T12:00:00.000Z",
          "component_statuses": {
            "bazaar_delta": {
              "evidence": {
                "added": {
                  "count": 2,
                  "sample": [
                    "https://new.example/api"
                  ]
                },
                "as_of": "2026-08-29",
                "compared_to": "2026-08-28",
                "price_changed": {
                  "count": 1,
                  "sample": [
                    {
                      "from_atomic": "1000",
                      "resource": "https://data.example/api",
                      "to_atomic": "2000"
                    }
                  ]
                },
                "removed": {
                  "count": 1,
                  "sample": [
                    "https://old.example/api"
                  ]
                }
              },
              "status": "ok"
            },
            "bazaar_trending": {
              "evidence": {
                "as_of": "2026-08-29",
                "compared_to": "2026-08-28",
                "decliners": [],
                "gainers": [
                  {
                    "calls_delta": 12,
                    "name": "rising-service",
                    "payers_delta": 3
                  }
                ],
                "new_entrants": []
              },
              "status": "ok"
            },
            "time": {
              "evidence": {
                "iso": "2026-08-29T12:00:00.000Z",
                "unix_seconds": 1788000000
              },
              "status": "ok"
            }
          },
          "evidence_hash": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
          "next_cursor": null,
          "repeat_calls": 3,
          "returning": true,
          "selected_components": [
            "time",
            "bazaar_delta",
            "bazaar_trending"
          ],
          "since_snapshot": "2026-08-28",
          "status": "ok",
          "visit_gap_seconds": 86400
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "components": {
                  "description": "Optional signals to include; defaults to the four legacy components.",
                  "items": {
                    "enum": [
                      "bazaar",
                      "time",
                      "base",
                      "facilitator_health",
                      "bazaar_delta",
                      "bazaar_trending"
                    ],
                    "type": "string"
                  },
                  "type": "array"
                },
                "cursor": {
                  "description": "Opaque continuation cursor returned by a prior poll.",
                  "type": "string"
                },
                "since_snapshot": {
                  "description": "Completed Bazaar snapshot date to anchor a delta/trending poll.",
                  "type": "string"
                }
              },
              "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": {
            "bundle": {
              "type": "string"
            },
            "bundle_id": {
              "type": "string"
            },
            "checked_at": {
              "type": "string"
            },
            "component_statuses": {
              "properties": {
                "bazaar_delta": {
                  "properties": {
                    "evidence": {
                      "properties": {
                        "added": {
                          "properties": {
                            "count": {
                              "type": "integer"
                            },
                            "sample": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "as_of": {
                          "type": "string"
                        },
                        "compared_to": {
                          "type": "string"
                        },
                        "price_changed": {
                          "properties": {
                            "count": {
                              "type": "integer"
                            },
                            "sample": {
                              "items": {
                                "properties": {
                                  "from_atomic": {
                                    "type": "string"
                                  },
                                  "resource": {
                                    "type": "string"
                                  },
                                  "to_atomic": {
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "removed": {
                          "properties": {
                            "count": {
                              "type": "integer"
                            },
                            "sample": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "bazaar_trending": {
                  "properties": {
                    "evidence": {
                      "properties": {
                        "as_of": {
                          "type": "string"
                        },
                        "compared_to": {
                          "type": "string"
                        },
                        "decliners": {
                          "type": "array"
                        },
                        "gainers": {
                          "items": {
                            "properties": {
                              "calls_delta": {
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "payers_delta": {
                                "type": "integer"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "new_entrants": {
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "time": {
                  "properties": {
                    "evidence": {
                      "properties": {
                        "iso": {
                          "type": "string"
                        },
                        "unix_seconds": {
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "status": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                }
              },
              "type": "object"
            },
            "evidence_hash": {
              "type": "string"
            },
            "next_cursor": {
              "type": "null"
            },
            "repeat_calls": {
              "type": "integer"
            },
            "returning": {
              "type": "boolean"
            },
            "selected_components": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "since_snapshot": {
              "type": "string"
            },
            "status": {
              "type": "string"
            },
            "visit_gap_seconds": {
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.oblique.markets/api/v1/paid/agent-return-context"
# -> 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/agent-return-context");
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/agent-return-context")
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/532.json, and this resource appears in /discovery/resources and /discovery/search.