Uniblock · JSON Structure
Uniblock Token Structure
Field-level documentation for the Uniblock Token entity representing fungible token metadata and balance data.
Type: object
Properties: 0
BlockchainWeb3
Uniblock Token Structure is a JSON Structure definition published by Uniblock.
Meta-schema:
JSON Structure
{
"title": "Uniblock Token Structure",
"description": "Field-level documentation for the Uniblock Token entity representing fungible token metadata and balance data.",
"type": "object",
"fields": [
{ "name": "chain", "type": "string", "required": true, "description": "Blockchain network identifier (e.g., ethereum, polygon, bsc)" },
{ "name": "contractAddress", "type": "string", "required": true, "description": "Token smart contract address (checksummed hex)" },
{ "name": "name", "type": "string", "required": false, "description": "Token name (e.g., Ethereum)" },
{ "name": "symbol", "type": "string", "required": false, "description": "Token ticker symbol (e.g., ETH)" },
{ "name": "decimals", "type": "integer", "required": false, "description": "Number of decimal places (typically 18 for ERC-20)" },
{ "name": "totalSupply", "type": "string", "required": false, "description": "Total supply in base units (as string to avoid precision loss)" },
{ "name": "balance", "type": "string", "required": false, "description": "Wallet balance in base units" },
{ "name": "balanceUSD", "type": "number", "required": false, "description": "Wallet balance converted to USD at current price" },
{ "name": "price", "type": "number", "required": false, "description": "Current token price in USD" },
{ "name": "priceChange24h", "type": "number", "required": false, "description": "Price change percentage over 24 hours" },
{ "name": "marketCap", "type": "number", "required": false, "description": "Market capitalization in USD" },
{ "name": "volume24h", "type": "number", "required": false, "description": "24-hour trading volume in USD" },
{ "name": "logo", "type": "uri", "required": false, "description": "URL to the token logo image" },
{ "name": "website", "type": "uri", "required": false, "description": "Token project website" }
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/uniblock-token-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.