{
  "x402Version": 2,
  "id": 532,
  "slug": "532",
  "resource": "https://api.oblique.markets/api/v1/paid/agent-return-context",
  "description": "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.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-14T18:45:06.45Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T18:45:06.058Z"
  },
  "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"
  }
}