mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Buy agent energy (kWh) up to a max price — matches cheapest resting sellers, settles USDC

Buy agent energy (kWh) up to a max price — matches cheapest resting sellers, settles USDC to seller wallets on Base L2

Do you run x402-agent-pay.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
20000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-04
updated

Provider

x402-agent-pay.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "category": "AI",
    "description": "Buy agent energy (kWh) up to a max price — matches cheapest resting sellers, settles USDC to seller wallets on Base L2",
    "info": {
      "description": "Buy kilowatt-hours from the agent energy market at a stated price.",
      "input": {
        "bodyType": "json",
        "method": "POST",
        "schema": {
          "properties": {
            "agent": {
              "description": "buyer agent id",
              "type": "string"
            },
            "kwh": {
              "description": "energy to buy in kWh",
              "type": "number"
            },
            "max_price_usd_per_kwh": {
              "description": "max USDC per kWh",
              "type": "number"
            }
          },
          "required": [
            "agent",
            "kwh",
            "max_price_usd_per_kwh"
          ],
          "type": "object"
        },
        "type": "http"
      },
      "inputSchema": {
        "properties": {
          "agent": {
            "type": "string"
          },
          "kwh": {
            "type": "number"
          },
          "metadata": {
            "type": "object"
          },
          "price_usd_per_kwh": {
            "type": "number"
          },
          "site_slug": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          }
        },
        "required": [
          "agent",
          "kwh"
        ],
        "type": "object"
      },
      "name": "AgentPay Energy Market - Buy kWh",
      "output": {
        "example": {
          "data": {},
          "settlement_tx": "0x0000000000000000000000000000000000000000000000000000000000000000",
          "success": true
        },
        "schema": {
          "properties": {
            "data": {
              "description": "Response payload",
              "type": "object"
            },
            "settlement_tx": {
              "description": "On-chain settlement transaction hash",
              "type": "string"
            },
            "success": {
              "type": "boolean"
            }
          },
          "type": "object"
        }
      },
      "outputSchema": {
        "description": "JSON receipt for this action. Fields vary by outcome, so the shape is described rather than enumerated.",
        "type": "object"
      }
    },
    "name": "Agent Energy Market — buy",
    "networks": [
      "Base"
    ],
    "provider": "AgentPay",
    "providerUrl": "https://x402-agent-pay.com",
    "schema": {
      "properties": {
        "data": {
          "description": "Response payload",
          "type": "object"
        },
        "settlement_tx": {
          "description": "On-chain settlement transaction hash",
          "type": "string"
        },
        "success": {
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "tags": [
      "energy",
      "market",
      "labs",
      "trade"
    ]
  }
}

Use it

curl

curl "https://x402-agent-pay.com/labs/api/energy/buy"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-agent-pay.com/labs/api/energy/buy");
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://x402-agent-pay.com/labs/api/energy/buy")
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/15401.json, and this resource appears in /discovery/resources and /discovery/search.