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

Full metagraph snapshot for 13 tracked Bittensor subnets [1,3,4,13,15,18,26,56,62,64,91,12

Full metagraph snapshot for 13 tracked Bittensor subnets [1,3,4,13,15,18,26,56,62,64,91,120,123]: summary stats + all neurons with stake/incentive/dividends/emission/trust/validator_permit.

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
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-11
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": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:42161",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:480",
    "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
    "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
    "payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
    "asset": "31566704",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "stellar:pubnet",
    "payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
    "asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
    "amount": "500000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "netuid": "1"
        },
        "type": "http"
      },
      "output": {
        "example": {},
        "type": "json"
      }
    },
    "routeTemplate": "/v1/bittensor-derivatives/subnet/:netuid/metagraph",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "pathParams": {
              "additionalProperties": false,
              "properties": {
                "netuid": {
                  "description": "Bittensor subnet UID (0-511) as URL path segment.",
                  "examples": [
                    "3",
                    "64",
                    "123"
                  ],
                  "pattern": "^\\d{1,3}$",
                  "type": "string"
                }
              },
              "required": [
                "netuid"
              ],
              "type": "object"
            },
            "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": "50000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0x140773b9f54936c726aa27464397e20e272f6818e291d3f5ba004731f4560cc1761607b5addb038091af1ced316d955415147a05978d93ea0b61dc6e6d43163d1c"
        },
        {
          "acceptIndex": 1,
          "format": "eip712",
          "payload": {
            "amount": "50000",
            "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
            "network": "eip155:137",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0xb192e1dbe4eda0d2f43ccf2da8b4696487499776def4d700382ca3b79036e76715b45a8552e8e1f3ebf6b9da5a3b6dfaa6976a3d81721302594a1e55e4bbdd6e1b"
        },
        {
          "acceptIndex": 2,
          "format": "eip712",
          "payload": {
            "amount": "50000",
            "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
            "network": "eip155:42161",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0xf3ae16130d25b69325bd9624b9933c068c053372f16bd33fcdf762835d096e1a359fdb38e68b0e9892c481c40cee2bb09313fcd1546ce8f58b40c9157d374df31c"
        },
        {
          "acceptIndex": 3,
          "format": "eip712",
          "payload": {
            "amount": "50000",
            "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
            "network": "eip155:480",
            "payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0x9d3da3f166b5a582a86fe542f0a7190a60fdee38f2c4763f7e2661301f2bff8420e56ed3c350c053db254b009dbb5f1352bd37d48b0df8d373d31d76241d4b4a1c"
        },
        {
          "acceptIndex": 4,
          "format": "eip712",
          "payload": {
            "amount": "50000",
            "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
            "payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0x58a7bc818a0c008973e0986ac23b94a54e3e93bcc1b670ab9b996cbf0f5364cc5e2ececcd829078f7fa3dac9a953f8205e1f8e19a4e105a1bc55932a97645fda1b"
        },
        {
          "acceptIndex": 5,
          "format": "eip712",
          "payload": {
            "amount": "50000",
            "asset": "31566704",
            "network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
            "payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0x69d90024b8998966ac4f103388cc79c96dd8c445c747b3cd0b00511240adf1800767f5e370cb7e4d1a59668ca347eab509d4dc15346026694d8bee9d039517931c"
        },
        {
          "acceptIndex": 6,
          "format": "eip712",
          "payload": {
            "amount": "500000",
            "asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
            "network": "stellar:pubnet",
            "payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
            "resourceUrl": "https://api.carbon-cashmere.de/v1/bittensor-derivatives/subnet/1/metagraph",
            "scheme": "exact",
            "validUntil": 1789174272,
            "version": 1
          },
          "signature": "0x2b2ed1b5d1bb941aa7c74e6020fd705c0497eb676ee3a87b83a2c21b273766854bbaeb96e2a81674b0ce536e2c0000767fd68bb5951aa4516905d895f6a577701c"
        }
      ]
    },
    "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/subnet/:netuid/metagraph"
# -> 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/subnet/:netuid/metagraph");
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/subnet/:netuid/metagraph")
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/12563.json, and this resource appears in /discovery/resources and /discovery/search.