minecraft blocks derived
x402.professorsausages.comMarket dataderived
GET https://x402.professorsausages.com/minecraft/blocks
malformedlisted in Coinbase#5 by calls of 12 on this host
0.01 USDC
per call, as the listing declares it on eip155:
- Validation state
- malformed
- Uptime, 7 / 30 / 90 days
- 0% / 0% / 0%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-30 03:32 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.01 USDC
- Networks
- 1
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 29 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.
On 2026-09-15, minecraft blocks returned 402 but failed the required check bazaar.routeTemplate.matches_resource.
For minecraft blocks the failing check asks whether the declared route template matches the resource path.
x402.professorsausages.com serves minecraft blocks, a GET endpoint that TOLL places in market data, listed in the Coinbase registry.
On Base, minecraft blocks asks 0.01 USDC per call.
The request to minecraft blocks is the query parameters q, tag, tier, tool, limit and 3 others.
minecraft blocks declares object output without an example.
The registry counted one call from one payer in the trailing 30 days.
minecraft blocks was last called 17 days before the snapshot.
With 12 endpoints listed on x402.professorsausages.com, minecraft blocks is tied 5th by calls with 7 others.
5% of the host's counted calls go to it.
minecraft blocks is priced above 37% of comparable listings in market data.
Closest in price to minecraft blocks within market data: swap allowance holder quote at agent.api.0x.org and btc usd at api.myceliasignal.com.
The wallet paid by minecraft blocks is the payee of 12 endpoints on one host.
Seller tags: minecraft, gaming, blocks and items; seller label: "data".
The price of minecraft blocks is declared by 1,313 other listings in market data too.
the payment options, as of 2026-09-15 21:20 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.01 USDC | exact | 0x54ebFC…c70d5B |
the checks, as of 2026-09-15 05:01 UTC · method · pinnableendpoint answered HTTP 402
bazaar.info.output.example· advisory, does not affect the verdict · an output example is provided (advisory)bazaar.routeTemplate.matches_resource· the declared route template matches the resource path
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 05:01 UTC | malformed | 2 | daily-2026-09-15 |
| 2026-09-14 04:52 UTC | malformed | 2 | daily-2026-09-14 |
| 2026-09-13 04:51 UTC | malformed | 2 | daily-2026-09-13 |
| 2026-09-12 07:07 UTC | malformed | 2 | daily-2026-09-12 |
| 2026-09-11 10:45 UTC | malformed | 2 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-08-30 03:32 UTC · method · live
The input and output block
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"q": "Free-text search over name, displayName, description, tags and aliases.",
"tag": "Filter by tag membership.",
"tier": "Filter by minimum harvest tier.",
"tool": "Filter by the best tool for the block.",
"limit": "How many items to return.",
"offset": "How many items to skip.",
"luminous": "Set true to return only light-emitting blocks.",
"dimension": "Filter by the dimension a block generates in. `end` is accepted as an alias for `the_end`.",
"flammable": "Set true to return only flammable blocks.",
"renewable": "Set true to return only renewable blocks.",
"maxHardness": "Maximum block hardness, inclusive.",
"minHardness": "Minimum block hardness, inclusive.",
"waterloggable": "Set true to return only waterloggable blocks."
}
},
"output": {
"type": "object",
"required": [
"items",
"total",
"limit",
"offset"
],
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"displayName",
"description",
"hardness",
"resistance",
"stackSize",
"stackable",
"diggable",
"transparent",
"emitLight",
"filterLight",
"luminous",
"boundingBox",
"requiresTool",
"harvestTier",
"bestTool",
"miningSpeeds",
"harvestTools",
"drops",
"dropsDetailed",
"xpDropped",
"flammable",
"renewable",
"fallingBlock",
"waterloggable",
"mapColor",
"pushReaction",
"noteBlockInstrument",
"dimensions",
"biomes",
"recipes",
"smeltsInto",
"fuel",
"states",
"tags",
"aliases",
"wikiUrl",
"trivia",
"versionAdded"
],
"properties": {
"id": {
"type": "integer"
},
"fuel": {
"oneOf": [
{
"type": "object",
"required": [
"burnTime",
"itemsSmelted"
],
"properties": {
"burnTime": {
"type": "integer"
},
"itemsSmelted": {
"type": "number"
}
}
},
{
"type": "null"
}
]
},
"name": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"drops": {
"type": "array",
"items": {
"type": "string"
}
},
"biomes": {
"type": "array",
"items": {
"type": "string"
}
},
"states": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"type",
"values"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"values": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"trivia": {
"type": "array",
"items": {
"type": "string"
}
},
"aliases": {
"type": "array",
"items": {
"type": "string"
}
},
"recipes": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"ingredients",
"resultCount"
],
"properties": {
"type": {
"enum": [
"crafting",
"smelting"
],
"type": "string"
},
"ingredients": {
"type": "array",
"items": {
"type": "string"
}
},
"resultCount": {
"type": "integer"
}
}
}
},
"wikiUrl": {
"type": [
"string",
"null"
]
},
"bestTool": {
"type": [
"string",
"null"
]
},
"diggable": {
"type": "boolean"
},
"hardness": {
"type": [
"number",
"null"
]
},
"luminous": {
"type": "boolean"
},
"mapColor": {
"type": [
"string",
"null"
]
},
"emitLight": {
"type": "integer"
},
"flammable": {
"type": [
"boolean",
"null"
]
},
"renewable": {
"type": [
"boolean",
"null"
]
},
"stackSize": {
"type": "integer"
},
"stackable": {
"type": "boolean"
},
"xpDropped": {
"oneOf": [
{
"type": "object",
"required": [
"min",
"max"
],
"properties": {
"max": {
"type": "integer"
},
"min": {
"type": "integer"
}
}
},
{
"type": "null"
}
]
},
"dimensions": {
"type": "array",
"items": {
"type": "string"
}
},
"resistance": {
"type": [
"number",
"null"
]
},
"smeltsInto": {
"type": [
"string",
"null"
]
},
"boundingBox": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"displayName": {
"type": "string"
},
"filterLight": {
"type": "integer"
},
"harvestTier": {
"type": [
"string",
"null"
]
},
"transparent": {
"type": "boolean"
},
"fallingBlock": {
"type": "boolean"
},
"harvestTools": {
"type": "array",
"items": {
"type": "string"
}
},
"miningSpeeds": {
"type": "object",
"additionalProperties": {
"type": "number"
}
},
"pushReaction": {
"type": [
"string",
"null"
]
},
"requiresTool": {
"type": "boolean"
},
"versionAdded": {
"type": [
"string",
"null"
]
},
"dropsDetailed": {
"type": "array",
"items": {
"type": "object",
"required": [
"item",
"dropChance",
"min",
"max",
"silkTouchOnly",
"noSilkTouch",
"fortuneAffected"
],
"properties": {
"max": {
"type": "integer"
},
"min": {
"type": "integer"
},
"item": {
"type": "string"
},
"dropChance": {
"type": "number"
},
"noSilkTouch": {
"type": "boolean"
},
"silkTouchOnly": {
"type": "boolean"
},
"fortuneAffected": {
"type": "boolean"
}
}
}
},
"waterloggable": {
"type": "boolean"
},
"noteBlockInstrument": {
"type": [
"string",
"null"
]
}
}
}
},
"limit": {
"type": "integer"
},
"total": {
"type": "integer"
},
"offset": {
"type": "integer"
}
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "minecraft blocks on x402.professorsausages.com", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/x402-professorsausages-com-minecraft-blocks-647577/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-x402-professorsausages-com-minecraft-blocks-647577-2026-09-15T21-20Z,
author = {TOLL},
title = {minecraft blocks on x402.professorsausages.com},
howpublished = {\url{https://tollindex.com/e/x402-professorsausages-com-minecraft-blocks-647577/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.