mirrored listing x402 eip155:8453

Aura deterministic x402 purchase preflight from supplied OpenAPI metadata

Aura deterministic x402 purchase preflight from supplied OpenAPI metadata

Do you run aura-revenue.helionixlabs.com? 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
7
calls / 30d
6
unique payers
2026-09-17
updated

Provider

aura-revenue.helionixlabs.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x56a093255D6E0536109b5F255Fc71Bb74BfE5838",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "intendedTask": "research a topic",
          "maxPriceUsd": 1,
          "openapi": {
            "info": {
              "title": "Example"
            },
            "openapi": "3.1.0",
            "paths": {},
            "servers": [
              {
                "url": "https://example.com"
              }
            ]
          }
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "affordableRoutes": [],
          "passed": false,
          "recommendedCall": null,
          "verdict": "preflight_rejected",
          "warnings": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "intendedTask": {
                  "maxLength": 500,
                  "type": "string"
                },
                "maxPriceUsd": {
                  "maximum": 1000,
                  "minimum": 0,
                  "type": "number"
                },
                "openapi": {
                  "type": "object"
                }
              },
              "required": [
                "openapi"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": true,
              "properties": {
                "affordableRoutes": {
                  "type": "array"
                },
                "passed": {
                  "type": "boolean"
                },
                "recommendedCall": {},
                "verdict": {
                  "type": "string"
                },
                "warnings": {
                  "type": "array"
                }
              },
              "required": [
                "passed",
                "verdict",
                "warnings"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://aura-revenue.helionixlabs.com/x402/audit/x402-preflight"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://aura-revenue.helionixlabs.com/x402/audit/x402-preflight");
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://aura-revenue.helionixlabs.com/x402/audit/x402-preflight")
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/2489.json, and this resource appears in /discovery/resources and /discovery/search.