Bitcoin own-node peer-network diversity (IPv4/IPv6/Tor/I2P/CJDNS distribution) + privacy s
Bitcoin own-node peer-network diversity (IPv4/IPv6/Tor/I2P/CJDNS distribution) + privacy share. AI agent API for privacy researchers, node-operator tooling, network-health analytics. Informational research data — not investment advice.
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-09
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/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0xcef1d89320ade552da4570f5fe181db78ffab3ae5e228ba61781b74b3ca3e9ad1ca7c3d5568f58b01317b3731913e41d5260be4a3fba8823551e6045f78d89c31c"
},
{
"acceptIndex": 1,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"network": "eip155:137",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0x563f63d7e694f0daf45faf8ce61ad8e703149991455bdcb6f83ccd1bbb11b9bd24cc3928218ad800971fdef657be24a47b2f4fcc4cba7388b78d6e18e763c2551c"
},
{
"acceptIndex": 2,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"network": "eip155:42161",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0xd11344b04bc6e20d90e53da5c382b3bf77720deda3077f55d52681ebf7f10f7569441bafd62d323d421d5386da9cb7b02187c41549f4e01ff2bb7af625e0821c1c"
},
{
"acceptIndex": 3,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"network": "eip155:480",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0xec26f40117a666604925c9e80ab3c38e469164185515a76d2e8e23362f8047882f6d2159b5824f2b072e7af3146f4435595c86e71ab8e1b07375671b0a31ee2d1b"
},
{
"acceptIndex": 4,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0xc78fbc7004c4a233e5c567cd0f65dee12069ae7744bab78126af7b8efb43f7cf711450b7fd2f04ec3846726e8ae2681d6e855f65285526424a4dff5ba723cf411c"
},
{
"acceptIndex": 5,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "31566704",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0x6e03dfd9ff8e36d42934beab5b57678a31cbe06959e746a22f1605db824e982f1c1c1ef3d071844dd5b36ae46bc44534d69bcd11dbc635f57730302b210b88ad1c"
},
{
"acceptIndex": 6,
"format": "eip712",
"payload": {
"amount": "200000",
"asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"network": "stellar:pubnet",
"payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/diversity",
"scheme": "exact",
"validUntil": 1788946221,
"version": 1
},
"signature": "0x8a70d36751f792b77444a5d4b9b7bc0e19000f5c44a27ab6854e5691e40acf4d4ee8a78c9624cb3a63f352bc0ff2d6182e8a0d9c393326a824b0d4dda8dbc20e1b"
}
]
},
"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/btc-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/btc-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/btc-derivatives/diversity")
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/12574.json, and this resource appears in /discovery/resources and /discovery/search.