x402 List

x402 Protocol Service Directory

FabTally Agent API

Other PAYMENT-READY

payment-ready until 2026-09-24

Pay-per-call utilities for AI agents: (1) instant slicer-accurate FDM 3D-printing quotes from an uploaded STL/3MF/STEP (print time, filament grams, priced quote) and (2) signed point-in-time URL attestations from a neutral third party.

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

measured since 2026-08-02 (start of our harvest window) · $0.01 all-time · settled via payAI

BASE URL https://fabtally.com WEBSITE https://fabtally.com/agent/overview ENDPOINTS 2 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-03 MONITORED SINCE 2026-08-03

VERDICT

ranking generation 3

solid 87/100 #6 of 37 in Other by measured score

What the score read on this service: status online, 99.9% uptime 30d, 550ms response p95, x402 compliance 14 of 14, $0.005 price against the category, on-chain traction measured. Each of those is measured, and each is published in full below.

The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.

It is a score inside Other, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 37 listings, this one among them. That set is wider than the 37 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.

Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.

ALTERNATIVES IN OTHER

Other Other services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
Clash of Coins Checkout strong 97 99.9% $26.5k
x402 Swag solid 90 100% $30.09
The Clinic solid 89 100% $3.02
LogiGrain solid 89 100% $0
Fabler Labs x402 Storefront solid 87 100% $0.07
5 of 36 other ranked services in Other

ASSESSMENT

updated 1h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 99.9%
uptime 24h
100%
uptime 7d
99.8%
uptime 30d
99.9%
uptime 90d
100%
response p95
550ms
avg response
373ms
total checks
2,750

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

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

jump to compliance checklist

price $0.005 to $0.01 (p33 in Other)
price (min)
$0.005
price (max)
$0.01
category percentile (min)
p33 in Other
category percentile (max)
p30 in Other
endpoints / prices
2 / 2
model
tiered
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.

domain age
46d
registrar
Porkbun LLC
hosting
custom
domain created
2026-07-30

Identity facts, not a risk score.

traction $0.01 30d · 1 buyers · top buyer 100%
volume 30d
$0.01
buyers 30d
1
settlements 30d
1
measured since
2026-08-02 (start of our harvest window)
last settlement
2026-09-04
top buyer share
100% of 30d volume
trend 7d vs 30d
0.00x the 30d daily rate
networks
eip155:8453
volume all-time
$0.01
settlements all-time
3
median settlement 30d
$0.01
max settlement 30d
$0.01
settled via
payAI ($0.01, 1 tx)

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 FDM 3D printing quotes and URL attestations through an API

category
3d-printing
in
body
3d-printingquoteattestationurl-monitoring

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 402 CHANNEL
POST /agent/v1/attest Independent point-in-time observation of a public URL, signed with ed25519. Fetches the URL from a neutral third-party host and returns HTTP status, final URL after redirects, sha256 of the exact bytes received, size, and cache headers — plus your chosen check (exists / contains a string / content hash). Useful when an agent needs a durable, verifiable record that a page said something at a specific moment. $0.01 Base USDC header
POST /agent/v1/quote Real FDM 3D-printing quote from a real slicer. Upload an STL/3MF/STEP and get print time, filament grams and a priced quote (material + machine time + setup, volume discounts). Runs OrcaSlicer against calibrated machine profiles — not an estimate. $0.005 Base USDC header
2 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /agent/v1/attest 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://fabtally.com/agent/v1/attest'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xccB5d25C698FdfdaA7B21d54088774cF512A90e3",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 60
      }
    ],
    "resource": {
      "url": "https://fabtally.com/agent/v1/attest",
      "mimeType": "application/json",
      "description": "Independent point-in-time observation of a public URL, signed with ed25519. Fetches the URL from a neutral third-party host and returns HTTP status, final URL after redirects, sha256 of the exact bytes received, size, and cache headers — plus your chosen check (exists / contains a string / content hash). Useful when an agent needs a durable, verifiable record that a page said something at a specific moment."
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xccB5d25C698FdfdaA7B21d54088774cF512A90e3",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://fabtally.com/agent/v1/quote",
      "mimeType": "application/json",
      "description": "Real FDM 3D-printing quote from a real slicer. Upload an STL/3MF/STEP and get print time, filament grams and a priced quote (material + machine time + setup, volume discounts). Runs a production slicing engine against calibrated machine profiles — not an estimate."
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/fabtally-agent-api/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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-03 · uptime 100.0% · 234ms avg08-04 · uptime 100.0% · 159ms avg08-05 · uptime 100.0% · 320ms avg08-06 · uptime 100.0% · 215ms avg08-07 · uptime 100.0% · 223ms avg08-08 · uptime 100.0% · 237ms avg08-09 · uptime 100.0% · 265ms avg08-10 · uptime 100.0% · 224ms avg08-11 · uptime 100.0% · 179ms avg08-12 · uptime 100.0% · 233ms avg08-13 · uptime 100.0% · 304ms avg08-14 · uptime 100.0% · 275ms avg08-15 · uptime 100.0% · 341ms avg08-16 · uptime 100.0% · 322ms avg08-17 · uptime 100.0% · 321ms avg08-18 · uptime 100.0% · 301ms avg08-19 · uptime 98.9% · 373ms avg08-20 · uptime 100.0% · 250ms avg08-21 · uptime 100.0% · 266ms avg08-22 · uptime 100.0% · 273ms avg08-23 · uptime 100.0% · 250ms avg08-24 · uptime 100.0% · 276ms avg08-25 · uptime 100.0% · 294ms avg08-26 · uptime 100.0% · 299ms avg08-27 · uptime 100.0% · 429ms avg08-28 · uptime 100.0% · 538ms avg08-29 · uptime 100.0% · 727ms avg08-30 · uptime 100.0% · 510ms avg08-31 · uptime 100.0% · 678ms avg09-01 · uptime 100.0% · 672ms avg09-02 · uptime 100.0% · 277ms avg09-03 · uptime 100.0% · 173ms avg09-04 · uptime 100.0% · 508ms avg09-05 · uptime 100.0% · 326ms avg09-06 · uptime 100.0% · 309ms avg09-07 · uptime 100.0% · 301ms avg09-08 · uptime 100.0% · 436ms avg09-09 · uptime 100.0% · 321ms avg09-10 · uptime 100.0% · 394ms avg09-11 · uptime 100.0% · 479ms avg09-12 · uptime 100.0% · 458ms avg09-13 · uptime 100.0% · 239ms avg09-14 · uptime 100.0% · 273ms avg09-15 · uptime 100.0% · 273ms avg09-16 · uptime 98.9% · 362ms avg09-17 · uptime 100.0% · 284ms avg08-0309-17
90d UPTIME 100%
RESPONSE TIME
08-03 · 234ms avg08-03 · 234ms avg08-04 · 159ms avg08-04 · 159ms avg08-05 · 320ms avg08-05 · 320ms avg08-06 · 215ms avg08-06 · 215ms avg08-07 · 223ms avg08-07 · 223ms avg08-08 · 237ms avg08-08 · 237ms avg08-09 · 265ms avg08-09 · 265ms avg08-10 · 224ms avg08-10 · 224ms avg08-11 · 179ms avg08-11 · 179ms avg08-12 · 233ms avg08-12 · 233ms avg08-13 · 304ms avg08-13 · 304ms avg08-14 · 275ms avg08-14 · 275ms avg08-15 · 341ms avg08-15 · 341ms avg08-16 · 322ms avg08-16 · 322ms avg08-17 · 321ms avg08-17 · 321ms avg08-18 · 301ms avg08-18 · 301ms avg08-19 · 373ms avg08-19 · 373ms avg08-20 · 250ms avg08-20 · 250ms avg08-21 · 266ms avg08-21 · 266ms avg08-22 · 273ms avg08-22 · 273ms avg08-23 · 250ms avg08-23 · 250ms avg08-24 · 276ms avg08-24 · 276ms avg08-25 · 294ms avg08-25 · 294ms avg08-26 · 299ms avg08-26 · 299ms avg08-27 · 429ms avg08-27 · 429ms avg08-28 · 538ms avg08-28 · 538ms avg08-29 · 727ms avg08-29 · 727ms avg08-30 · 510ms avg08-30 · 510ms avg08-31 · 678ms avg08-31 · 678ms avg09-01 · 672ms avg09-01 · 672ms avg09-02 · 277ms avg09-02 · 277ms avg09-03 · 173ms avg09-03 · 173ms avg09-04 · 508ms avg09-04 · 508ms avg09-05 · 326ms avg09-05 · 326ms avg09-06 · 309ms avg09-06 · 309ms avg09-07 · 301ms avg09-07 · 301ms avg09-08 · 436ms avg09-08 · 436ms avg09-09 · 321ms avg09-09 · 321ms avg09-10 · 394ms avg09-10 · 394ms avg09-11 · 479ms avg09-11 · 479ms avg09-12 · 458ms avg09-12 · 458ms avg09-13 · 239ms avg09-13 · 239ms avg09-14 · 273ms avg09-14 · 273ms avg09-15 · 273ms avg09-15 · 273ms avg09-16 · 362ms avg09-16 · 362ms avg09-17 · 284ms avg09-17 · 284ms avg08-0309-17
AVG RESP 373ms
PRICE (captured 402, USD)
08-03 · $0.007509-17 · $0.0075$0.007508-0309-17

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

SUB-SCORES (uptime + x402 compliance)
08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checks08-14 uptime: 100.0% compliance: 100% checks08-15 uptime: 100.0% compliance: 100% checks08-16 uptime: 100.0% compliance: 100% checks08-17 uptime: 100.0% compliance: 100% checks08-18 uptime: 100.0% compliance: 100% checks08-19 uptime: 99.9% compliance: 100% checks08-20 uptime: 99.9% compliance: 100% checks08-21 uptime: 99.9% compliance: 100% checks08-22 uptime: 99.9% compliance: 100% checks08-23 uptime: 99.9% compliance: 100% checks08-24 uptime: 99.9% compliance: 100% checks08-25 uptime: 100.0% compliance: 100% checks08-26 uptime: 100.0% compliance: 100% checks08-27 uptime: 100.0% compliance: 100% checks08-28 uptime: 100.0% compliance: 100% checks08-29 uptime: 100.0% compliance: 100% checks08-30 uptime: 100.0% compliance: 100% checks08-31 uptime: 100.0% compliance: 100% checks09-01 uptime: 100.0% compliance: 100% checks09-02 uptime: 100.0% compliance: 100% checks09-03 uptime: 100.0% compliance: 100% checks09-04 uptime: 100.0% compliance: 100% checks09-05 uptime: 100.0% compliance: 100% checks09-06 uptime: 100.0% compliance: 100% checks09-07 uptime: 100.0% compliance: 100% checks09-08 uptime: 100.0% compliance: 100% checks09-09 uptime: 100.0% compliance: 100% checks09-10 uptime: 100.0% compliance: 100% checks09-11 uptime: 100.0% compliance: 100% checks09-12 uptime: 100.0% compliance: 100% checks09-13 uptime: 100.0% compliance: 100% checks09-14 uptime: 100.0% compliance: 100% checks09-15 uptime: 100.0% compliance: 100% checks09-16 uptime: 100.0% compliance: 100% checks09-17 uptime: 99.9% compliance: 100% checksuptimecompliance08-0309-17

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
08-02 · $0.0009-04 · $0.01peak $0.0108-0209-04
DISTINCT BUYERS
08-02 · 1 buyer09-04 · 1 buyerpeak 1 buyer08-0209-04

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-03 · last up 2026-09-17

  • 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
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 344ms
● OK 365ms
● SLOW 631ms
● OK 254ms
● OK 189ms
● OK 220ms
● OK 389ms
● OK 214ms
● OK 198ms
● OK 404ms
● OK 230ms
● OK 466ms
● OK 95ms
● OK 217ms
● OK 386ms
● OK 261ms
● OK 255ms
● OK 329ms

EMBED THIS BADGE

Show that FabTally Agent API is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

FabTally Agent API listed on x402-list
status
FabTally Agent API uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/fabtally-agent-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/fabtally-agent-api.svg" alt="FabTally Agent API listed on x402-list" height="28">
</a>
// Markdown
[![FabTally Agent API on x402-list](https://x402-list.com/badge/fabtally-agent-api.svg)](https://x402-list.com/services/fabtally-agent-api?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/fabtally-agent-api?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/fabtally-agent-api.svg?data=uptime" alt="FabTally Agent API 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 ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/fabtally-agent-api/update.