x402 List

x402 Protocol Service Directory

ForgeMesh Utility APIs

Data

Pay-per-call API grid from ForgeMesh Labs, about 415 POST endpoints for small agent tasks: unit and timezone conversion, reference lookups, text and number utilities, chess logic, and read-only Robinhood Chain token registry data. From $0.001 per call in USDC on Base.

Pay from $0.001 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://x402.forgemesh.io ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 5h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
120ms
avg response
100ms
total checks
24
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.001 (p15 in Data)
price (min)
$0.001
category percentile (min)
p15 in Data
endpoints / prices
10 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $1.62 30d · 24 buyers
volume 30d
$1.62
buyers 30d
24
settlements 30d
440
last settlement
2026-07-17
top buyer share
93% of 30d volume
trend 7d vs 30d
4.29x the 30d daily rate
networks
eip155:8453

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides utility APIs for AI agents including conversions, calculations, text processing, and data lookups.

category
utility-apis
in
body
conversionscalculationstext-processingdata-lookuputilitiesai-agents

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
POST /agent-fortune $0.001 Base USDC
POST /color-convert $0.001 Base USDC
POST /convert-timezone $0.001 Base USDC
POST /convert-units $0.001 Base USDC
POST /hash-text $0.001 Base USDC
POST /integer-trivia-lookup $0.001 Base USDC
POST /number-facts $0.001 Base USDC
POST /percentage-calculator $0.001 Base USDC
POST /robinhood-chain-tokens $0.001 Base USDC
POST /text-statistics $0.001 Base USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /agent-fortune returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://x402.forgemesh.io/agent-fortune'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/robinhood-chain-tokens",
      "mimeType": "application/json",
      "description": "Registry of tokenized stock and ETF contracts on Robinhood Chain (chain id 4663): 25 verified token addresses with their on-chain price-feed addresses, chain metadata (RPC, explorer, gas token), and source citations for every entry. Read-only public blockchain data — informational only, no trading or brokerage functions."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "chain": {
                "name": "Robinhood Chain",
                "chain_id": 4663
              },
              "count": 25,
              "tokens": [
                {
                  "kind": "stock",
                  "symbol": "AAPL",
                  "token_address": "0xaF3D76f1834A1d425780943C99Ea8A608f8a93f9",
                  "price_feed_address": "0x6B22A786bAa607d76728168703a39Ea9C99f2cD0"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/robinhood-chain-tokens"
              },
              "signature": "0x11dc0431b1810c8d5bc1e906ec15bb482fc60c5bb776bc4353c284dbb9615f6957cad7f71a258edd3649fdee54407477bffe109a6722cf8615f251ed849bf8901b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/agent-fortune",
      "mimeType": "application/json",
      "description": "Agent fortune API: a fortune cookie written specifically for AI agents ('A cached response is worth two upstream calls'), plus a lucky number and lucky HTTP status code. The cheapest, most delightful way to make your first x402 payment and verify your wallet stack works end to end. New fortune every call."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "fortune": "He who retries with exponential backoff prospers.",
              "lucky_number": 42,
              "lucky_http_status": 402
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {}
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/agent-fortune"
              },
              "signature": "0x0347302e0e2b217df86c1ca61bd28f77ddc1f1ea09424aa0c2765895554fb5222ea1546a22681b97b5a3b9034f9edac656a7f4db24ea38166a84933f9bc14a451c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/convert-timezone",
      "mimeType": "application/json",
      "description": "Timezone converter API: convert a wall-clock time from one IANA timezone to another with daylight-saving applied correctly — returns converted local time, UTC ISO, and unix epoch. 'What is 3pm Tokyo for Chicago?' deterministically. For scheduling and calendar agents."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "to": "America/Chicago",
              "from": "Asia/Tokyo",
              "time": "2026-07-20 15:00"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "utc": "2026-07-20T06:00:00.000Z",
              "converted": "2026-07-20T01:00:00"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "time",
                    "from",
                    "to"
                  ],
                  "properties": {
                    "to": {
                      "type": "string"
                    },
                    "from": {
                      "type": "string"
                    },
                    "time": {
                      "type": "string",
                      "description": "YYYY-MM-DD HH:MM in from-zone"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/convert-timezone"
              },
              "signature": "0x5f16339ba2502cb35200c549868fe4a0be45ca16820731e6e808aee33583efe31e945374182f49c0753ac936b83afdae5db2277400d60b614929f6c5c73b92641c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/text-statistics",
      "mimeType": "application/json",
      "description": "Text statistics API: characters, words, sentences, average sentence length, Flesch reading-ease score, estimated reading time, and estimated LLM token count for any text — instant, computed locally, nothing stored. For context-budget checks, readability gates, and content QA in agent pipelines."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "The quick brown fox jumps over the lazy dog. It was very quick."
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "words": 13,
              "sentences": 2,
              "flesch_reading_ease": 97,
              "estimated_llm_tokens": 16
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "text"
                  ],
                  "properties": {
                    "text": {
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/text-statistics"
              },
              "signature": "0xbb2a7803eae59fba09b5dbb48f5ad63703bf1705e46834aa6faab092ac0d610033585f6ad5249d2fce57f474d5ae82c87b90e1a22be41a43e06d02e85ed67bea1b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/color-convert",
      "mimeType": "application/json",
      "description": "Color conversion API: any hex or rgb() color to hex, RGB, and HSL plus is-it-dark detection and the accessible text color (black or white) to place on top of it. For theming, chart, and design-generation agents. Instant, computed locally."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "color": "#5eead4"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "hex": "#5eead4",
              "hsl": {
                "h": 171,
                "l": 64,
                "s": 77
              },
              "rgb": {
                "b": 212,
                "g": 234,
                "r": 94
              },
              "is_dark": false,
              "contrast_text": "#000000"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "color"
                  ],
                  "properties": {
                    "color": {
                      "type": "string",
                      "description": "#RRGGBB or rgb(r,g,b)"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/color-convert"
              },
              "signature": "0xa7382c0ae3516d8e54f7394c40195148358b731c0d69ba70668f7c4f6195cc6978d3fcfa5ff6b711c21e7e440b58579f38cbfb35e4065006d3184492c54329041c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/integer-trivia-lookup",
      "mimeType": "application/json",
      "description": "Integer trivia lookup: give any whole number and get back whether it's prime, its full prime factorization, whether it appears in the Fibonacci sequence, its binary and hexadecimal forms, Roman numeral equivalent, and digit sum, all computed exactly and instantly. A fun grab-bag for quiz bots, math-education tools, and number-curious agents."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "number": "402"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "binary": "110010010",
              "number": 402,
              "is_prime": false,
              "digit_sum": 6,
              "prime_factors": [
                2,
                3,
                67
              ],
              "roman_numeral": "CDII"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {
                    "number": {
                      "type": "string",
                      "description": "any integer, default 42"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580001,
                "resourceUrl": "https://x402.forgemesh.io/integer-trivia-lookup"
              },
              "signature": "0x65849aafe3aa5839228afe861a754aee6f9459a09acc9ffb1a586d85d309317f2af84f35efd34739814c1fbceccb115606b8ffa1ab9077c3541eab435193a12e1b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/convert-units",
      "mimeType": "application/json",
      "description": "Unit conversion API: convert between 100+ units across length, mass, volume, temperature, area, speed, pressure, energy, power, and digital storage. Exact factors, instant, local. Deterministic and auditable — cheaper than burning reasoning tokens, zero arithmetic-hallucination risk, and the result can be cited. Unknown units return a helpful 400 listing valid targets."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "to": "km",
              "from": "mi",
              "value": "26.2"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "result": 42.164811,
              "unit_name": "Kilometers"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "value",
                    "from",
                    "to"
                  ],
                  "properties": {
                    "to": {
                      "type": "string",
                      "description": "target unit e.g. km"
                    },
                    "from": {
                      "type": "string",
                      "description": "source unit e.g. mi"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580001,
                "resourceUrl": "https://x402.forgemesh.io/convert-units"
              },
              "signature": "0x78fc7cc54e51b05319e458733de59ba8583361f1dcf078dd964ba6c5889efcba13bee0bfde622607de6a6e1f08248337dfec0e8c94607b61c425c72ba3a584401c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/percentage-calculator",
      "mimeType": "application/json",
      "description": "Percentage calculator API: compute 'X% of Y', 'X is what percent of Y', percent change between two numbers, or increase/decrease a number by a percent — the everyday percentage math, done exactly. For pricing, finance, reporting, and analytics agents."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "a": "80",
              "b": "100",
              "operation": "change"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "result": "25 %",
              "operation": "% change 80 → 100"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "operation",
                    "a",
                    "b"
                  ],
                  "properties": {
                    "a": {
                      "type": "string"
                    },
                    "b": {
                      "type": "string"
                    },
                    "operation": {
                      "type": "string",
                      "description": "of | is_what_percent | change | increase | decrease"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580001,
                "resourceUrl": "https://x402.forgemesh.io/percentage-calculator"
              },
              "signature": "0xd4009724cd1f784f7bbc66d12c721c08620eb452b62004f6a9527fe94e88aa0c61fdbb54772400187eadd9dfbf7b17ec2d887734f2a0efcb70ae7b3a6f4bc48e1c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/number-facts",
      "mimeType": "application/json",
      "description": "Number facts API: everything mathematically interesting about any integer — is it prime, its prime factorization, Fibonacci membership, perfect-square status, even/odd, binary and hexadecimal forms, Roman numeral, and digit sum. Computed locally, deterministic, instant. For quiz agents, content generation, validation, and the incurably curious."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "number": "402"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "binary": "110010010",
              "number": 402,
              "is_prime": false,
              "digit_sum": 6,
              "prime_factors": [
                2,
                3,
                67
              ],
              "roman_numeral": "CDII"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "properties": {
                    "number": {
                      "type": "string",
                      "description": "any integer, default 42"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580001,
                "resourceUrl": "https://x402.forgemesh.io/number-facts"
              },
              "signature": "0xeeda58fcbbe7c5fd72587e539dd3651fa5e347619ccd125fb06a78ba4f384feb629aaf5649f776348c8ad6a834b91d5f69e4d0a76fb6f0ab1e07756bbaca59dc1c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
        "amount": "1000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://x402.forgemesh.io/hash-text",
      "mimeType": "application/json",
      "description": "Text hashing API: SHA-256, SHA-512, SHA-1, or MD5 digest of any text, returned as hex — deterministic, instant, computed locally. For deduplication keys, cache keys, content fingerprints, and integrity checks in agent pipelines."
    },
    "extensions": {
      "info": {
        "required": false
      },
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "text": "hello",
              "algorithm": "sha256"
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "hex": "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824",
              "algorithm": "sha256"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "text"
                  ],
                  "properties": {
                    "text": {
                      "type": "string"
                    },
                    "algorithm": {
                      "type": "string",
                      "description": "sha256 (default) | sha512 | sha1 | md5"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "required"
        ],
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[a-zA-Z0-9_-]+$",
            "maxLength": 128,
            "minLength": 16
          },
          "required": {
            "type": "boolean"
          }
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x850363a27F0aC6fEb9C7a3eC4C1d295262dF9432",
                "amount": "1000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1784580000,
                "resourceUrl": "https://x402.forgemesh.io/hash-text"
              },
              "signature": "0x0619732dd80aca6b7e57cbb6702a1f288ea4d9d6aeb85104bdcc74ba53175ab16c0a721cca2270c20bc769a671e722b616a78f11119b9a2de4a5db966eee93401b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 103ms avg07-21 · uptime 100.0% · 96ms avg07-2007-21
RESPONSE TIME
07-20 · 103ms avg07-20 · 103ms avg07-21 · 96ms avg07-21 · 96ms avg07-2007-21
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 98ms
TOTAL CHECKS 42

RECENT CHECKS

TIME STATUS RESP
● OK 95ms
● OK 103ms
● OK 110ms
● OK 88ms
● OK 81ms
● OK 101ms
● OK 82ms
● OK 99ms
● OK 119ms
● OK 106ms
● OK 95ms
● OK 90ms
● OK 103ms
● OK 96ms
● OK 102ms
● OK 80ms
● OK 99ms
● OK 92ms

OVER TIME

All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/forgemesh-utility-apis/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.00107-21 · $0.001$0.00107-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
07-15 · $107-16 · $0.4507-17 · $0.04peak $107-1507-17
DISTINCT BUYERS
07-15 · 2 buyers07-16 · 16 buyers07-17 · 7 buyerspeak 16 buyers07-1507-17

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that ForgeMesh Utility APIs is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

ForgeMesh Utility APIs listed on x402-list
status
ForgeMesh Utility APIs uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/forgemesh-utility-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/forgemesh-utility-apis.svg" alt="ForgeMesh Utility APIs listed on x402-list" height="28">
</a>
// Markdown
[![ForgeMesh Utility APIs on x402-list](https://x402-list.com/badge/forgemesh-utility-apis.svg)](https://x402-list.com/services/forgemesh-utility-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/forgemesh-utility-apis?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/forgemesh-utility-apis.svg?data=uptime" alt="ForgeMesh Utility APIs uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]