ToolAssay

Use when an agent needs oblique gateway

Use when an agent needs oblique gateway. Returns Capped observer-backed gateway over five allowlisted proven sellers; pays selected upstream from a small float, adds a transparent 10% margin, and returns payment reference, delivery and gateway receipt. $0.001187.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 msmedian answer time
$0.001187listed price per call
$0.001187price 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/oblique-gateway

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001187 21 ms

Example input (from the provider)

{
  "body": {
    "task": "Task used to select an allowlisted observer-proven seller"
  },
  "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": {
            "task": {
              "description": "Task used to select an allowlisted observer-proven seller",
              "type": "string"
            }
          },
          "required": [
            "task"
          ],
          "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": {
        "delivery": {
          "properties": {
            "as_of": {
              "type": "string"
            },
            "top_sellers": {
              "items": {
                "properties": {
                  "name": {
                    "type": "string"
                  },
                  "note": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "gateway_receipt": {
          "properties": {
            "charged": {
              "type": "string"
            },
            "charged_atomic": {
              "type": "integer"
            },
            "margin_atomic": {
              "type": "integer"
            },
            "margin_percent": {
              "type": "integer"
            },
            "observer_as_of": {
              "type": "string"
            },
            "receipt_id": {
              "type": "string"
            },
            "upstream_cost_atomic": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "generated_at": {
          "type": "string"
        },
        "protocol": {
          "type": "string"
        },
        "seller": {
          "properties": {
            "id": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "observed": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "task": {
          "type": "string"
        },
        "upstream_payment": {
          "properties": {
            "amount": {
              "type": "string"
            },
            "amount_atomic": {
              "type": "integer"
            },
            "float_cap_atomic": {
              "type": "integer"
            },
            "reference": {
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON