Buy tokenized physical gold (XAUH) on TON through x402 using supported stablecoi
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.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$1,000.00listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.jamton.network/v1/purchases/xauh/requests/x402
| Category | Everything else |
|---|---|
| Provider host | api.jamton.network |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"network": "eip155:8453",
"paymentAmount": "1000",
"paymentAsset": "USDC",
"tonWalletAddress": "0:575bedd5aa515d3b87548d933b3011c1cc462994ff5efdec2ba88ca0d233fd65"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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