Buy a permanent onchain Genesis identity relic from Dank i Halden AS for an autonomous AI
Buy a permanent onchain Genesis identity relic from Dank i Halden AS for an autonomous AI agent. Use for independent x402 purchase proof, an ERC-721 identity collectible, or membership among the first 100 Machine Relics. Pays $0.05 USDC on Base; the NFT mints gaslessly to the recipient.
50000 (raw units)
price
6
calls / 30d
3
unique payers
2026-08-28
updated
Provider
api.bakebakebake.no · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xD425E00E375004B382FDE2253968631f7F6dD358",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {
"recipient": "0xfDfaDd01eDcBaBE025931e45cdc8532B00218500"
},
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"chainId": 8453,
"contract": "0xcb014ab7893a1A2631D77694bFEa534F9D970894",
"message": "Payment verification passed. Poll receiptUrl until state=complete.",
"network": "base-mainnet",
"poll": "GET receiptUrl until state=complete",
"price": "$0.05",
"purchaseId": "sha256-of-payment-signature",
"receiptUrl": "https://api.bakebakebake.no/mainnet/receipt/{purchaseId}",
"revenueWallet": "0xD425E00E375004B382FDE2253968631f7F6dD358",
"seller": "Dank i Halden AS",
"state": "processing",
"success": true,
"tokenId": 1,
"tokenURI": "https://metadata.bakebakebake.no/mainnet/1.json"
},
"type": "json"
}
},
"routeTemplate": "/mainnet/buy/:recipient",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"recipient": {
"description": "Base mainnet EVM address that receives the reserved Machine Relic",
"pattern": "^0x[a-fA-F0-9]{40}$",
"type": "string"
}
},
"required": [
"recipient"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"chainId": {
"const": 8453,
"type": "integer"
},
"contract": {
"type": "string"
},
"message": {
"type": "string"
},
"network": {
"const": "base-mainnet",
"type": "string"
},
"poll": {
"type": "string"
},
"price": {
"type": "string"
},
"purchaseId": {
"type": "string"
},
"receiptUrl": {
"type": "string"
},
"revenueWallet": {
"type": "string"
},
"seller": {
"type": "string"
},
"state": {
"type": "string"
},
"success": {
"type": "boolean"
},
"tokenId": {
"type": "integer"
},
"tokenURI": {
"type": "string"
}
},
"required": [
"success",
"state",
"message",
"seller",
"network",
"chainId",
"purchaseId",
"tokenId",
"price",
"revenueWallet",
"contract",
"receiptUrl",
"tokenURI",
"poll"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.bakebakebake.no/mainnet/buy/:recipient" # -> 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.bakebakebake.no/mainnet/buy/:recipient");
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.bakebakebake.no/mainnet/buy/:recipient")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3362.json, and this resource appears in /discovery/resources and /discovery/search.