mirrored listing x402 eip155:8453

Buy tokenized physical gold (XAUH) on TON through x402 using supported stablecoins

Buy tokenized physical gold (XAUH) on TON through x402 using supported stablecoins. Payment settlement creates a purchase request; automated delivery continues asynchronously and can be tracked through statusUrl until COMPLETED.

Do you run api.jamton.network? 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
1000000000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-17
updated

Provider

api.jamton.network · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "category": "Service",
    "description": "Buy tokenized physical gold (XAUH) on TON through x402 using supported stablecoins. Payment settlement creates a purchase request; automated delivery continues asynchronously and can be tracked through statusUrl until COMPLETED.",
    "documentation_url": "https://xauh.gold/ai/x402-xauh-purchase.md",
    "info": {
      "input": {
        "body": {
          "network": "eip155:8453",
          "paymentAmount": "1000",
          "paymentAsset": "USDC",
          "tonWalletAddress": "0:575bedd5aa515d3b87548d933b3011c1cc462994ff5efdec2ba88ca0d233fd65"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "completedAt": null,
          "createdAt": "2026-06-10T12:00:00.000Z",
          "deliveryStatus": "DELIVERY_PENDING",
          "failedAt": null,
          "id": "25efca90-9e2a-4470-a13d-7be7cd5bf88e",
          "payment": {
            "amount": "1000",
            "amountAtomic": "1000000000",
            "assetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "assetSymbol": "USDC",
            "decimals": 6,
            "explorerUrl": "https://basescan.org/tx/0xf409875ceb8f5003b27ae7bf169b0497cf80c23c9b866a79f6cfcc17782768ce",
            "network": "eip155:8453",
            "txHash": "0xf409875ceb8f5003b27ae7bf169b0497cf80c23c9b866a79f6cfcc17782768ce"
          },
          "paymentReceivedAt": "2026-06-10T12:00:00.000Z",
          "status": "PAYMENT_RECEIVED",
          "statusUrl": "/v1/purchases/xauh/requests/25efca90-9e2a-4470-a13d-7be7cd5bf88e",
          "tonTransferTxHash": null,
          "tonWalletAddress": "0:575bedd5aa515d3b87548d933b3011c1cc462994ff5efdec2ba88ca0d233fd65",
          "userId": "b9df0c8d-621a-4353-b29b-5b235ed66c3e",
          "xauhAmount": "7.218221861016258445",
          "xauhAmountAtomic": "7218221861016258445",
          "xauhDecimals": 18
        },
        "type": "json"
      }
    },
    "logo_url": "https://xauh.gold/logo.png",
    "name": "Herculis Gold Coin",
    "provider_url": "https://xauh.gold",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "description": "Exactly one of paymentAmount or xauhAmount is required.",
              "oneOf": [
                {
                  "required": [
                    "paymentAmount"
                  ]
                },
                {
                  "required": [
                    "xauhAmount"
                  ]
                }
              ],
              "properties": {
                "network": {
                  "default": "eip155:8453",
                  "description": "CAIP-2 payment network identifier.",
                  "enum": [
                    "eip155:8453",
                    "tvm:-239"
                  ],
                  "example": "eip155:8453",
                  "type": "string"
                },
                "paymentAmount": {
                  "description": "Stablecoin amount as a decimal string. Required when xauhAmount is omitted.",
                  "example": "1000",
                  "pattern": "^[0-9]+(\\.[0-9]+)?$",
                  "type": "string"
                },
                "paymentAsset": {
                  "default": "USDC",
                  "description": "Payment asset symbol supported on the active x402 network.",
                  "enum": [
                    "USDC",
                    "USDT",
                    "USDS"
                  ],
                  "example": "USDC",
                  "type": "string"
                },
                "tonWalletAddress": {
                  "description": "TON wallet address that will receive purchased XAUH jettons.",
                  "example": "0:575bedd5aa515d3b87548d933b3011c1cc462994ff5efdec2ba88ca0d233fd65",
                  "type": "string"
                },
                "xauhAmount": {
                  "description": "XAUH amount as a decimal string. Required when paymentAmount is omitted.",
                  "example": "1",
                  "pattern": "^[0-9]+(\\.[0-9]+)?$",
                  "type": "string"
                }
              },
              "required": [
                "tonWalletAddress"
              ],
              "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"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "completedAt": {
                  "description": "Completion timestamp.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "createdAt": {
                  "description": "Creation time.",
                  "type": "string"
                },
                "deliveryStatus": {
                  "description": "XAUH delivery status. DELIVERY_PENDING means automated delivery is still running; COMPLETED confirms delivery.",
                  "enum": [
                    "DELIVERY_PENDING",
                    "COMPLETED",
                    "FAILED",
                    "CANCELLED"
                  ],
                  "type": "string"
                },
                "failedAt": {
                  "description": "Failure timestamp.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "id": {
                  "description": "Purchase request ID.",
                  "type": "string"
                },
                "payment": {
                  "additionalProperties": false,
                  "description": "x402 payment details.",
                  "properties": {
                    "amount": {
                      "description": "Human-readable payment amount.",
                      "type": "string"
                    },
                    "amountAtomic": {
                      "description": "Payment amount in atomic units.",
                      "type": "string"
                    },
                    "assetAddress": {
                      "description": "Payment asset contract or token identifier.",
                      "type": "string"
                    },
                    "assetSymbol": {
                      "description": "Payment asset ticker.",
                      "type": "string"
                    },
                    "decimals": {
                      "description": "Payment asset decimals.",
                      "type": "integer"
                    },
                    "explorerUrl": {
                      "description": "Payment settlement transaction explorer URL.",
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "network": {
                      "description": "x402 CAIP-2 payment network identifier.",
                      "type": "string"
                    },
                    "txHash": {
                      "description": "Verified payment settlement transaction hash. Null when a TON settlement succeeded but its on-chain transaction could not be resolved.",
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  },
                  "required": [
                    "assetSymbol",
                    "assetAddress",
                    "network",
                    "amount",
                    "amountAtomic",
                    "decimals",
                    "txHash"
                  ],
                  "type": "object"
                },
                "paymentReceivedAt": {
                  "description": "Payment received timestamp.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "status": {
                  "description": "Purchase lifecycle status. PAYMENT_RECEIVED means payment is confirmed and automated XAUH delivery is pending; COMPLETED confirms delivery.",
                  "enum": [
                    "PENDING",
                    "PAYMENT_RECEIVED",
                    "COMPLETED",
                    "FAILED",
                    "CANCELLED"
                  ],
                  "type": "string"
                },
                "statusUrl": {
                  "description": "Canonical purchase request status URL to poll for automated delivery progress until a terminal status.",
                  "type": "string"
                },
                "tonTransferTxHash": {
                  "description": "TON transfer transaction hash, exposed when delivery is completed and the hash is available.",
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "tonWalletAddress": {
                  "description": "TON wallet address that will receive XAUH jettons.",
                  "type": "string"
                },
                "userId": {
                  "description": "User ID.",
                  "type": "string"
                },
                "xauhAmount": {
                  "description": "Human-readable XAUH amount.",
                  "type": "string"
                },
                "xauhAmountAtomic": {
                  "description": "XAUH amount in atomic units.",
                  "type": "string"
                },
                "xauhDecimals": {
                  "description": "XAUH token decimals.",
                  "type": "integer"
                }
              },
              "required": [
                "id",
                "userId",
                "tonWalletAddress",
                "statusUrl",
                "xauhAmount",
                "xauhAmountAtomic",
                "xauhDecimals",
                "status",
                "deliveryStatus",
                "payment",
                "createdAt"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    },
    "tags": [
      "herculis",
      "xauh",
      "gold",
      "rwa",
      "ton"
    ]
  },
  "xauh": {
    "docs": {
      "guideUrl": "https://xauh.gold/ai/x402-xauh-purchase.md",
      "llmsFullTxtUrl": "https://xauh.gold/llms-full.txt",
      "llmsTxtUrl": "https://xauh.gold/llms.txt",
      "openApiUrl": "https://api.jamton.network/openapi.json"
    },
    "tonWalletAddress": "0:575bedd5aa515d3b87548d933b3011c1cc462994ff5efdec2ba88ca0d233fd65",
    "xauhAmount": "7.218221861016258445",
    "xauhAmountAtomic": "7218221861016258445",
    "xauhDecimals": 18
  }
}

Use it

curl

curl "https://api.jamton.network/v1/purchases/xauh/requests/x402"
# -> 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.jamton.network/v1/purchases/xauh/requests/x402");
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.jamton.network/v1/purchases/xauh/requests/x402")
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/4479.json, and this resource appears in /discovery/resources and /discovery/search.