mirrored listing x402 eip155:8453

Curated reading list on Encyclopedias and dictionaries for tutoring agents, quiz generator

Curated reading list on Encyclopedias and dictionaries for tutoring agents, quiz generators, and reading apps — 149 public-domain books (e.g. Encyclopaedia Britannica, 11th Edition, "Banks" to "Bassoon" Volume 3, Part 1, Slice 3, Encyclopaedia Britannica, 11th Edition, "Austria, Lower" to "Bacon" Volume 3, Part 1, Slice 1). Full-text retrieval with drill-down routes for chapters, quotes, and citations. No license, no API key required.

Do you run library.forgemesh.io? 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
3000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-26
updated

Provider

library.forgemesh.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x85df5380DEbe236AD6BF49dE788243924B080267",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "limit": 5
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "books": [
            {
              "author": "Various",
              "book_id": 27480,
              "download_count": 6774,
              "subjects": [],
              "title": "Encyclopaedia Britannica, 11th Edition, \"Banks\" to \"Bassoon\" Volume 3, Part 1, Slice 3",
              "year": null
            }
          ],
          "count": 5,
          "coverage": {
            "indexed": 61015,
            "target": 61015
          },
          "drill_down": [
            "/book-metadata",
            "/book-chapter",
            "/book-quotes",
            "/literature-search"
          ],
          "shelf": "Encyclopedias and dictionaries"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "limit": {
                  "description": "Max books to return (default 20, max 50)",
                  "type": "integer"
                }
              },
              "required": [],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "info": {
    "required": false
  },
  "offer-receipt": {
    "info": {
      "offers": [
        {
          "acceptIndex": 0,
          "format": "eip712",
          "payload": {
            "amount": "3000",
            "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "network": "eip155:8453",
            "payTo": "0x85df5380DEbe236AD6BF49dE788243924B080267",
            "resourceUrl": "https://library.forgemesh.io/encyclopedias-and-dictionaries",
            "scheme": "exact",
            "validUntil": 1787725764,
            "version": 1
          },
          "signature": "0x46014462a27c60f0fb3657e0a719801c57e1a43384d78710be8b59a3263532fb477455418391dd49a8c857a7c6d3409f923fdc37b626e6c1e062e297f4daeb261c"
        }
      ]
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "offers": {
          "items": {
            "properties": {
              "acceptIndex": {
                "type": "integer"
              },
              "format": {
                "type": "string"
              },
              "payload": {
                "properties": {
                  "amount": {
                    "type": "string"
                  },
                  "asset": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "payTo": {
                    "type": "string"
                  },
                  "resourceUrl": {
                    "type": "string"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "validUntil": {
                    "type": "integer"
                  },
                  "version": {
                    "type": "integer"
                  }
                },
                "required": [
                  "version",
                  "resourceUrl",
                  "scheme",
                  "network",
                  "asset",
                  "payTo",
                  "amount"
                ],
                "type": "object"
              },
              "signature": {
                "type": "string"
              }
            },
            "required": [
              "format",
              "signature"
            ],
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "offers"
      ],
      "type": "object"
    }
  },
  "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://library.forgemesh.io/encyclopedias-and-dictionaries"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://library.forgemesh.io/encyclopedias-and-dictionaries");
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://library.forgemesh.io/encyclopedias-and-dictionaries")
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/13866.json, and this resource appears in /discovery/resources and /discovery/search.