Bitcoin mempool pressure classification (low/medium/high/extreme) + fee buckets (0-1, 1-2,
Bitcoin mempool pressure classification (low/medium/high/extreme) + fee buckets (0-1, 1-2, 2-5, 5-10, 10-20, 20-50, 50-100, 100-200, 200+ sat/vB) + RBF count + CPFP candidate count. Updated every 5 min.
20000 (raw units)
price
2
calls / 30d
2
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": "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/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0xfec89baca798017e69b5b42c6bdb324b8a9611c7ff39ac646207f053e1b82c98047edfe716aa2e61891489c65e10518a0be137b54e83f66d883310106d3b53ab1c"
},
{
"acceptIndex": 1,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"network": "eip155:137",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0x3919dddf6abc89e73f39a3c66296e476653caf8f7049205a39e6064fee3b8a4f6bf4959f072db74c0778abcb7c0d9fd78f20a19f177c4074a2660e59980f493f1b"
},
{
"acceptIndex": 2,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"network": "eip155:42161",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0xe34318c59d86bf71ef2e5bf2bc7ff736c7563b44021e3e250423f939b434728f7ddf96183effed55f934acf2ade4103bdb74aa1d0e695ad0ab8d636ab6fe47611b"
},
{
"acceptIndex": 3,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"network": "eip155:480",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0x0155f5c459fd07cb96adf7f5c9cd29c22006147ad2174ec2ecd6071bbac9712d7778ef414562d000a3a89ff051fcbce06a9f993a2816b6dc6a1f27000b68cc511c"
},
{
"acceptIndex": 4,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0x1530dc4199a0f2120d4c3e0ddab96393a9163902bd4ec761016b6180ed4480a965d26f010888a01b480b36c3eb2f45ee053a03e349d4316c2402a2d81d658d671b"
},
{
"acceptIndex": 5,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "31566704",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0x60f4bbdceb53ceaf208f18c5ef2aa5c5df1d587f1d5560f1818aefefa1a665da3a9da3a9af09fc254b6cecfd87c769856d0c6c7698b1bc8e29de81e3c4c194a51b"
},
{
"acceptIndex": 6,
"format": "eip712",
"payload": {
"amount": "200000",
"asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"network": "stellar:pubnet",
"payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/mempool-pressure",
"scheme": "exact",
"validUntil": 1789174242,
"version": 1
},
"signature": "0x5a7f801a829ae23bf31c84f4438b0c0e49280bfbae73a2413ee11455185175094f565b51136b20825ed81d463803266cf422acda32d2bd1262821a4acd4c60d41c"
}
]
},
"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/mempool-pressure" # -> 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/mempool-pressure");
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/mempool-pressure")
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/12559.json, and this resource appears in /discovery/resources and /discovery/search.