mirrored listing x402 eip155:8453

Applies caller-supplied rename and numeric scale/offset rules to scalar attributes, option

Applies caller-supplied rename and numeric scale/offset rules to scalar attributes, optionally retaining unmapped fields, then hashes the canonical mapped payload. It does not transfer ownership, call a chain, validate either game, preserve semantics, or authorize asset use.

Do you run gaming.halowerk.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
4000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated

Provider

gaming.halowerk.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "asset_id": "blade-42",
          "attributes": [
            {
              "key": "damage",
              "value": 80
            },
            {
              "key": "element",
              "value": "water"
            },
            {
              "key": "rarity",
              "value": "rare"
            }
          ],
          "mappings": [
            {
              "numeric_offset": 5,
              "numeric_scale": 0.5,
              "source_key": "damage",
              "target_key": "power"
            },
            {
              "source_key": "element",
              "target_key": "affinity"
            }
          ],
          "retain_unmapped": false,
          "source_game": "HarborQuest",
          "target_game": "SkyFrontier"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "asset_id": {
                  "maxLength": 256,
                  "minLength": 1,
                  "type": "string"
                },
                "attributes": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "key": {
                        "maxLength": 128,
                        "minLength": 1,
                        "type": "string"
                      },
                      "value": {
                        "type": [
                          "string",
                          "number",
                          "boolean",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "key",
                      "value"
                    ],
                    "type": "object"
                  },
                  "maxItems": 1000,
                  "type": "array"
                },
                "mappings": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "numeric_offset": {
                        "maximum": 1000000000000,
                        "minimum": -1000000000000,
                        "type": "number"
                      },
                      "numeric_scale": {
                        "maximum": 1000000000,
                        "minimum": -1000000000,
                        "type": "number"
                      },
                      "source_key": {
                        "maxLength": 128,
                        "minLength": 1,
                        "type": "string"
                      },
                      "target_key": {
                        "maxLength": 128,
                        "minLength": 1,
                        "type": "string"
                      }
                    },
                    "required": [
                      "source_key",
                      "target_key"
                    ],
                    "type": "object"
                  },
                  "maxItems": 1000,
                  "type": "array"
                },
                "retain_unmapped": {
                  "type": "boolean"
                },
                "source_game": {
                  "maxLength": 128,
                  "minLength": 1,
                  "type": "string"
                },
                "target_game": {
                  "maxLength": 128,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "source_game",
                "target_game",
                "asset_id",
                "attributes",
                "mappings",
                "retain_unmapped"
              ],
              "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"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://gaming.halowerk.com/v1/cross-game-bridge"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://gaming.halowerk.com/v1/cross-game-bridge");
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://gaming.halowerk.com/v1/cross-game-bridge")
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/14965.json, and this resource appears in /discovery/resources and /discovery/search.