ToolAssay

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
19 msmedian answer time
$0.005listed price per call
$0.005price 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/agent-return-context

CategoryEverything else
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days10 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 19 ms

Example input (from the provider)

{
  "body": {
    "components": [
      "time",
      "bazaar_delta",
      "bazaar_trending"
    ],
    "since_snapshot": "2026-08-28"
  },
  "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": {
            "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"
   

This page as JSON