AI Assistant Knowledge Base
Documents
20
Categories
8
Providers
1464
Networks tracked
15
All surfaces
Every endpoint the KB exposes, grouped by output format.
| Endpoint | Output | Purpose |
|---|---|---|
| /kb | HTML | Browsable KB index for humans. |
/kb/<slug> | HTML | Rendered KB document. |
| /data/md/index | MD | All docs as one Markdown page. |
| /data/json/index | JSON | Structured index, filterable. |
/data/md/<slug> | MD | Single document as Markdown. |
/data/json/<slug> | JSON | Single document as { frontmatter, body, html }. |
| /data/json/providers | JSON | Providers from The Grid, queryable. |
| /data/md/providers | MD | Same as Markdown. |
| /data/json/network | JSON | usdt.network stats, queryable. |
| /data/md/network | MD | Same as Markdown. |
| /llms.txt | TXT | LLM-friendly index per llmstxt.org. |
| /sitemap.xml | XML | Sitemap for crawlers. |
Querying the knowledge base
Every document is reachable as HTML, Markdown, or JSON. Dynamic data (providers, network stats) supports query parameters.
Read a single document
One document, three shapes. Same slug across all three routes.
Markdown
curl https://kb.tether.io/data/md/conceptsJSON (frontmatter + body + html)
curl https://kb.tether.io/data/json/conceptsBrowse the full index
List every document, filterable by category or language. The MD variant concatenates all docs into one URL for crawlers that ingest a single page.
Filtered JSON index
curl "https://kb.tether.io/data/json/index?category=safety"Single-page Markdown aggregate
curl https://kb.tether.io/data/md/indexFind providers by country
Country-tagged on-ramps, off-ramps, merchants, P2P, cards. Country codes are ISO 3-letter (ARG, NGA, KEN, TUR).
On-ramps in Argentina
curl "https://kb.tether.io/data/json/providers?type=onramp&country=ARG"Supported params:
type, country, countryMode (any / supported / incorporated), sector, tag, q.Pull network stats
Macro KPIs, per-chain breakdown, issuance / redemption, daily market-cap history. Slice with
section, chain, or kpi.Tron chain breakdown
curl "https://kb.tether.io/data/json/network?chain=Tron"One macro KPI
curl "https://kb.tether.io/data/json/network?section=macro&kpi=total_users"By category
Snapshot of what is in the KB right now. Browse for the full list.
Grid snapshot 2026-05-12T10:35:45.825Z, whitelist 1464.