mirrored listing x402 eip155:8453

Produce a factual snapshot of current x402 payment authority for one unpaid v2 requirement

Produce a factual snapshot of current x402 payment authority for one unpaid v2 requirement and one public EVM payer: selected scheme/network/asset/amount/payTo/transfer method, same-block token balance, canonical token-spender allowance when that path applies, and declared recovery-path classification. Does not sign, approve, construct a transaction, judge native gas, or recommend whether to buy.

Do you run api.agentmercantile.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
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-18
updated

Provider

api.agentmercantile.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "description": "Produce a factual snapshot of current x402 payment authority for one unpaid v2 requirement and one public EVM payer: selected scheme/network/asset/amount/payTo/transfer method, same-block token balance, canonical token-spender allowance when that path applies, and declared recovery-path classification. Does not sign, approve, construct a transaction, judge native gas, or recommend whether to buy.",
      "input": {
        "body": {
          "method": "POST",
          "payer_address": "0x1111111111111111111111111111111111111111",
          "resource_url": "https://api.agentmercantile.com/v1/url-context"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "machine": "VM10",
          "methodology_version": "payment-authority-snapshot-0.1.0",
          "state": "READY_EXISTING",
          "status": "OK"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "method": {
                  "enum": [
                    "GET",
                    "POST"
                  ],
                  "type": "string"
                },
                "payer_address": {
                  "type": "string"
                },
                "resource_url": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "resource_url",
                "method",
                "payer_address"
              ],
              "type": "object"
            },
            "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": {
                "machine": {
                  "enum": [
                    "VM10"
                  ],
                  "type": "string"
                },
                "methodology_version": {
                  "enum": [
                    "payment-authority-snapshot-0.1.0"
                  ],
                  "type": "string"
                },
                "state": {
                  "enum": [
                    "READY_EXISTING",
                    "INDETERMINATE"
                  ],
                  "type": "string"
                },
                "status": {
                  "enum": [
                    "OK",
                    "PARTIAL",
                    "HOLD"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "status",
                "machine",
                "methodology_version",
                "state"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.agentmercantile.com/v1/payment-authority-snapshot"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.agentmercantile.com/v1/payment-authority-snapshot");
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://api.agentmercantile.com/v1/payment-authority-snapshot")
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/6799.json, and this resource appears in /discovery/resources and /discovery/search.