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

Latest TAO network-wide fundamentals: total issuance, total stake, free float, supply perc

Latest TAO network-wide fundamentals: total issuance, total stake, free float, supply percentage mined, stake ratio. Snapshot every 10 min.

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
7
calls / 30d
4
unique payers
2026-09-17
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/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0xe0cd35344791030b62bdced3e9de6f797abbfa9bc8ba3a63b8f39e7d5b0eb02e778ba4ad679c9074f9c542345c40be2393912b2dcd66c08e70c7cbc6807d68b31c"
        },
        {
          "acceptIndex": 1,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
            "network": "eip155:137",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0xdc8fbfeac36b1836a3af87387abb469d2eb2ccdf53ed9d7321b4200e72bf5d0148427cce561d629f0a8a60af8279286e1fe3ff48a7f4af911c1f3711b77652c81b"
        },
        {
          "acceptIndex": 2,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
            "network": "eip155:42161",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0x716767cba9278bae1d83d6c39379a24771dcff4a7b8b1b02c9fdbe59b85394147496bd5375eb2f6d3e54f35d7c345e39af379301ee4b9777fca44054254b6fad1c"
        },
        {
          "acceptIndex": 3,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
            "network": "eip155:480",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0xec4b34ee0364c9a06091efcec70d0971783648b89ebd1a7425556d902285bb4e34e5350acfd04b1342372a9dc01e41f18b840e4f356c772a0a778580cacd3de01c"
        },
        {
          "acceptIndex": 4,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
            "payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0xbdb276713477a6b70279fefa9fbf81b1c2625c266b8a13eaaa5968164d7779cf4e88d287c9538807735a7cb007a8f7ec3d8113f88759049332f6d36efc3372e51c"
        },
        {
          "acceptIndex": 5,
          "format": "eip712",
          "payload": {
            "amount": "20000",
            "asset": "31566704",
            "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
            "payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0x127177c960583984b2053c26e8163f08580bb4528f13f2ca7a5419eff1796f43011a603f0cf42d95bcf8d1bb1595e9244be147689656e0819f8996a60d4f870e1b"
        },
        {
          "acceptIndex": 6,
          "format": "eip712",
          "payload": {
            "amount": "200000",
            "asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
            "network": "stellar:pubnet",
            "payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/network-fundamentals",
            "scheme": "exact",
            "validUntil": 1789630697,
            "version": 1
          },
          "signature": "0xdb97cf21c70be973dc1a57dea65a42a9614425a61a929ce8a564b31bfb3907a227b149f8be85ccc5f2be30960db56f70e14c55be9014cf12ce9f2e9f3c9554311c"
        }
      ]
    },
    "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/bittensor-derivatives/network-fundamentals"
# -> 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/bittensor-derivatives/network-fundamentals");
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/bittensor-derivatives/network-fundamentals")
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/12556.json, and this resource appears in /discovery/resources and /discovery/search.