mirrored listing x402 eip155:84532

Fix broken JSON (trailing commas, single quotes, unquoted keys)

Fix broken JSON (trailing commas, single quotes, unquoted keys). Returns only valid JSON.

Do you run dev-5090-box.tailfb4c1f.ts.net? 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
2
calls / 30d
1
unique payers
2026-09-06
updated

Provider

dev-5090-box.tailfb4c1f.ts.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:84532",
    "payTo": "0x07f3f36408a7632bc377b2b0bf181868940395e3",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
    "amount": "5000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "messages": [
            {
              "content": "...",
              "role": "user"
            }
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "choices": [
            {
              "message": {
                "content": "<model output>",
                "role": "assistant"
              }
            }
          ],
          "usage": {
            "total_tokens": 42
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "max_tokens": {
                  "description": "Optional cap (server max 4096).",
                  "type": "number"
                },
                "messages": {
                  "description": "OpenAI-style chat messages.",
                  "type": "array"
                }
              },
              "required": [
                "messages"
              ]
            },
            "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": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://dev-5090-box.tailfb4c1f.ts.net/v1/json-fix"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://dev-5090-box.tailfb4c1f.ts.net/v1/json-fix");
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://dev-5090-box.tailfb4c1f.ts.net/v1/json-fix")
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/8276.json, and this resource appears in /discovery/resources and /discovery/search.