Base Token Verification
B20Issuer control & trust profile for Base B20 native tokens. Detects holder-harm threats (honeypots, armed freeze-and-seize, live pause, fake B20s and ticker impersonation copycats) and separately discloses intended issuer controls: admin centralisation, supply cap, transfer policies and rebase.
Returns
| overall_riskstring | Overall Risk Level (Informational · Low · Medium · High) |
| threats_countnumber | Number of holder-harm threats found (honeypot, armed freeze-and-seize, live pause, fake B20, ticker impersonation) |
| control_flagsnumber | Number of notable issuer-control disclosures (not vulnerabilities) |
| detectorsobject | Per-check findings, each tagged threat / control / informational |
| report_urlstring | Shareable report URL. Renders an HTML report in a browser, returns JSON to API clients. |
Call it directly
curl -i -X POST "https://centry.cybercentry.co.uk/api/services/base_token_verification"POST JSON (canonical) · GET query params also works · unpaid requests return 402 · see the payment flow.