DOCS / QUICKSTART
One request, signed truth.
01
Pick a target
A Token-2022 mint, a token account, or a transaction signature. Grab a live sample from the Explorer if you don't have one.
02
Call the endpoint
No key needed to explore. For integrations, grab a key in the dashboard and send it as X-Api-Key — 600 req/min, metered.
03
Keep the receipt
Store the whole signed response. Anyone can re-verify it later — even offline, even if FlipForge is down.
Request
▌Response
Three top-level keys, always: result (the decoded state), slot (when it was observed) and receipt (the signature over all of it).
▌Next: feed that response to ff.verify() or check it by hand — the full recipe is in Receipts & verification.