Triton One · Schema
Triton One Account
Customer account in the Triton One Customers API.
SolanaRPCBlockchainWeb3StreamingYellowstoneValidatorgRPCPythnetSuiMonad
Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | |
| name | string | |
| billing_address1 | string | |
| billing_address2 | string | |
| billing_address3 | string | |
| billing_city | string | |
| billing_state_or_province | string | |
| billing_postal_code | string | |
| billing_country_code | string | |
| telephone_country_code | string | |
| telephone | string | |
| is_active | boolean | |
| deactivation_reasons | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/triton-one/main/json-schema/triton-one-account-schema.json",
"title": "Triton One Account",
"description": "Customer account in the Triton One Customers API.",
"type": "object",
"required": ["uuid", "name"],
"properties": {
"uuid": { "type": "string", "format": "uuid" },
"name": { "type": "string" },
"billing_address1": { "type": "string" },
"billing_address2": { "type": "string" },
"billing_address3": { "type": "string" },
"billing_city": { "type": "string" },
"billing_state_or_province": { "type": "string" },
"billing_postal_code": { "type": "string" },
"billing_country_code": { "type": "string" },
"telephone_country_code": { "type": "string" },
"telephone": { "type": "string" },
"is_active": { "type": "boolean" },
"deactivation_reasons": {
"type": "array",
"items": { "type": "string" }
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/triton-one-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.