Curated Bitcoin coinbase scriptSig messages (printable ASCII only)
Curated Bitcoin coinbase scriptSig messages (printable ASCII only). Pool tags, BIP-comment campaigns, political statements. Window up to 7d.
20000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-16
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/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0xa8756e9933b1556a53b00c2298ef3b88f0f47b1bdc43aa30b82105dfce94a7315d94e29284048db7554fb084fd4fc192f280f33bbb7f0552afbae0075394093e1c"
},
{
"acceptIndex": 1,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"network": "eip155:137",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0x733e523d460eeacc4d274bd033570af3d3ba9f6a22bbc420854aaa8b16d6fe131b03272286a2a15515edf166eaa31d3786677e9098c7136008e5ed9eaee176291b"
},
{
"acceptIndex": 2,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"network": "eip155:42161",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0xd4fafde6f4a9729e13b1df918b46ad3d2ead5af6d663c86e2200c793e987a1864d4cfbbdb33480a97b90c6a18d28d596f37bde324596b2a1c705f2563948e9661c"
},
{
"acceptIndex": 3,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"network": "eip155:480",
"payTo": "0xf8b2dD46542175AD46e14e6133340E652665F2Ee",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0x5aa86685cb5f90428e6960463a4fa60980bc06b04c5d560db116a1f27fe6bfdd4e9abf7318e1b2cfad5bc72f04c9bb288be2c8ccf682efdb4a08a6cb06c5c04e1c"
},
{
"acceptIndex": 4,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GgS891nMiEETjBEFw1QQxVcAqsRV34mDYpxh24TrpCiD",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0x7f80aefebfb9b40f83bcd172af36178b51d3296e91eaeee923fec2723e33c1103ca325148e323ec263edf7805dd12401be5397250c658f844ab71f196988762e1b"
},
{
"acceptIndex": 5,
"format": "eip712",
"payload": {
"amount": "20000",
"asset": "31566704",
"network": "algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=",
"payTo": "5GRGZVUNRF2S4BY2TNRBCUCKUOT3H6BP56ACPCZVGR3ISTTRRSSB2RGJGI",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0x1222d778d6a45144421f0d62b37d308950d1249a2c82403eb215e33e19502e4e2030689a3bb0e5f3a66a1fc91e3d82e415082194d311a948d038d046499be9881b"
},
{
"acceptIndex": 6,
"format": "eip712",
"payload": {
"amount": "200000",
"asset": "USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"network": "stellar:pubnet",
"payTo": "GDYFWCUFLG7MZAITOOVITYDNCLVJXWJ7OASYJAJPPOTONUQRNBCRO2VP",
"resourceUrl": "https://api.carbon-cashmere.de/v1/btc-derivatives/coinbase-messages",
"scheme": "exact",
"validUntil": 1789585488,
"version": 1
},
"signature": "0x53f1908d6fefeca48a8e3b41802554f7613b8194c905c4feed47ebd828acfd4c176225b857a31cbdfad9431cd844002bf9cc08db2f323d392e2f0bf780b0f9b81b"
}
]
},
"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/coinbase-messages" # -> 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/coinbase-messages");
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/coinbase-messages")
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/12558.json, and this resource appears in /discovery/resources and /discovery/search.