mirrored listing x402 eip155:8453eip155:137eip155:42161eip155:480solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpalgorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=stellar:pubnet

Kaspa own-node peer-network breakdown (IPv4/IPv6) + user-agent distribution

Kaspa own-node peer-network breakdown (IPv4/IPv6) + user-agent distribution. AI agent API for network-health monitoring, node-operator analytics. Informational research data — not investment advice.

Do you run api.carbon-cashmere.de? 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
2
unique payers
2026-09-10
updated

Provider

api.carbon-cashmere.de · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:480",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
    "payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
    "asset": "31566704",
    "amount": "20000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "stellar:pubnet",
    "payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
    "asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
    "amount": "200000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {},
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "eip2612GasSponsoring": {
    "info": {
      "description": "The facilitator accepts EIP-2612 gasless Permit to Permit2 canonical contract.",
      "version": "1"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "amount": {
          "description": "The amount to approve (uint256).",
          "pattern": "^[0-9]+$",
          "type": "string"
        },
        "asset": {
          "description": "The address of the ERC-20 token contract.",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "deadline": {
          "description": "The timestamp at which the signature expires.",
          "pattern": "^[0-9]+$",
          "type": "string"
        },
        "from": {
          "description": "The address of the sender.",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "nonce": {
          "description": "The current EIP-2612 nonce of the sender.",
          "pattern": "^[0-9]+$",
          "type": "string"
        },
        "signature": {
          "description": "The 65-byte concatenated signature (r, s, v) as a hex string.",
          "pattern": "^0x[a-fA-F0-9]+$",
          "type": "string"
        },
        "spender": {
          "description": "The address of the spender (Canonical Permit2).",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "version": {
          "description": "Schema version identifier.",
          "pattern": "^[0-9]+(\\.[0-9]+)*$",
          "type": "string"
        }
      },
      "required": [
        "from",
        "asset",
        "spender",
        "amount",
        "nonce",
        "deadline",
        "signature",
        "version"
      ],
      "type": "object"
    }
  },
  "erc20ApprovalGasSponsoring": {
    "info": {
      "description": "The facilitator accepts a raw signed approval transaction and will sponsor the gas fees.",
      "version": "1"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "amount": {
          "description": "Approval amount (uint256).",
          "pattern": "^[0-9]+$",
          "type": "string"
        },
        "asset": {
          "description": "The ERC-20 token contract address to approve.",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "from": {
          "description": "The address of the sender.",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "signedTransaction": {
          "description": "RLP-encoded signed transaction calling ERC20.approve().",
          "pattern": "^0x[a-fA-F0-9]+$",
          "type": "string"
        },
        "spender": {
          "description": "The address of the spender (Canonical Permit2).",
          "pattern": "^0x[a-fA-F0-9]{40}$",
          "type": "string"
        },
        "version": {
          "description": "Schema version identifier.",
          "pattern": "^[0-9]+(\\.[0-9]+)*$",
          "type": "string"
        }
      },
      "required": [
        "from",
        "asset",
        "spender",
        "amount",
        "signedTransaction",
        "version"
      ],
      "type": "object"
    }
  },
  "offer-receipt": {
    "info": {
      "offers": [
        {
          "acceptIndex": 0,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0xc14ad78fe1f76f83d37b069c00958a9f37342efaf07a245275efe8ae72ba26932f6a18c8ddcb739b5a99c26e21727dec087b6071ebcaf88672bd195f5bfaf3fb1b"
        },
        {
          "acceptIndex": 1,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
            "network": "eip155:137",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0xcf983dfeed13ca46643d9624ec843e0425cea4294e4e84a47c437862c3d826a2098a2ee6096d028b46520145f28f69f55c67e638f8691f65a677c8c75043c21e1b"
        },
        {
          "acceptIndex": 2,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
            "network": "eip155:42161",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0x14360102dcbe0ea5a8d6635cb869b9644cd37d3b9749c63c38a70b7489fbee716861c3e0507e0a4d43afc0924f849cb21c657617906a0c679fdd0bcc81b370ce1c"
        },
        {
          "acceptIndex": 3,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
            "network": "eip155:480",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0x6ed209dacf30f7e1a4dc14fc3f46429e234bbfd29d69bf90118d5aa9e4ad6f8f156ba43fb60a5ad3b4e7dc3e4dddaf0385888460b0cbfc50432b3a0235f0fda41c"
        },
        {
          "acceptIndex": 4,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
            "payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0xd6e7de0608d717a8cc780cf26ace758db7c5bb82389b105f69669a9dd5d5c566734c9c87cc777a8b0ac0b5d7445f4d49baaafda55c1edaed2a0c6b397eb0aafe1c"
        },
        {
          "acceptIndex": 5,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "31566704",
            "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
            "payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0xc83b0ddca4af3a43189593c767d6e5d331859c662cf1202ec1f802565795edb864b053f66fcc3fe62613f8841ca39565c41bbcf11ca43c60f30218bb8a4d35d71c"
        },
        {
          "acceptIndex": 6,
          "format": "eip712",
          "payload": {
            "amount": "200000",
            "asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
            "network": "stellar:pubnet",
            "payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity",
            "scheme": "exact",
            "validUntil": 1789032643,
            "version": 1
          },
          "signature": "0xd86f0396aadf16b2d5afaf7fbf14f68adb2a465d801e81f922293cdae46140ab7457f0dac2dcc50deff311e1164e39331b630e1daf7fe4d094bd74e3de5a1c301b"
        }
      ]
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "format": {
          "enum": [
            "eip712",
            "jws"
          ],
          "type": "string"
        },
        "payload": {
          "type": "object"
        },
        "signature": {
          "type": "string"
        }
      },
      "required": [
        "format",
        "payload",
        "signature"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.carbon-cashmere.de/v1/kaspa-derivatives/diversity"
# -> 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.carbon-cashmere.de/v1/kaspa-derivatives/diversity");
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.carbon-cashmere.de/v1/kaspa-derivatives/diversity")
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/12560.json, and this resource appears in /discovery/resources and /discovery/search.