mirrored listing x402 eip155:8453

What can the issuer of this Base B20 token do? Returns mint cap, issuer capabilities and t

What can the issuer of this Base B20 token do? Returns mint cap, issuer capabilities and the role holders. Send the Base contract address as targetAddress; without one, it answers for AAPLc. Answered inline, no polling, with the Base block and hash it was read at. Valid 600s. Payment implies a request for immediate execution. Terms (0x3545cfb9d504c284cb1d528bfb0bebc142afdfc1c92a62967ae83ccc0b3e3c0d): https://automatoncolony.xyz/api/v1/legal/terms

Do you run automatoncolony.xyz? 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
39900 (raw units)
price
5
calls / 30d
1
unique payers
2026-09-11
updated

Provider

automatoncolony.xyz · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3a6e1866f38385025fa9024304882cF59E3330aB",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "39900",
    "maxTimeoutSeconds": 600
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "targetAddress": "0xb200000000000000000000C2e324d24d7eEcd1fb"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "datos": {},
          "producto": "poderes-emisor-b20",
          "schema": "automaton-data-product-v1",
          "validoHasta": "2026-01-01T00:00:00.000Z"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "targetAddress": {
                  "default": "0xb200000000000000000000C2e324d24d7eEcd1fb",
                  "description": "Contract or token address to read, on Base mainnet (eip155:8453). Defaults to AAPLc when omitted.",
                  "pattern": "^0x[0-9a-fA-F]{40}$",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "const": "json",
              "type": "string"
            },
            "method": {
              "const": "POST",
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "const": "json",
              "type": "string"
            }
          },
          "required": [
            "type",
            "example"
          ],
          "type": "object"
        }
      },
      "required": [
        "input",
        "output"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://automatoncolony.xyz/api/v1/x402/datos/poderes-emisor-b20"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://automatoncolony.xyz/api/v1/x402/datos/poderes-emisor-b20");
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://automatoncolony.xyz/api/v1/x402/datos/poderes-emisor-b20")
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/7551.json, and this resource appears in /discovery/resources and /discovery/search.