Retrieve basic information about the cryptocurrency, such as its market cap, total supply, ledger start date, and various other key facts. The API endpoint provides basic information for major cryptocurrencies.
https://financialdata.net/api/v1/crypto-information?identifier=BTC| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The symbol (code) for a cryptocurrency. | BTC |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "BTC",
"crypto_name": "Bitcoin",
"market_cap": 2275103042119.0,
"fully_diluted_valuation": 2275103042119.0,
"total_supply": 19900334.0,
"max_supply": 21000000.0,
"circulating_supply": 19900334.0,
"highest_price": 122838.0,
"highest_price_date": "2025-07-14",
"lowest_price": 67.81,
"lowest_price_date": "2013-07-06",
"hash_function": "SHA-256",
"block_time": "10 minutes",
"ledger_start_date": "2009-01-03",
"website": "http://www.bitcoin.org",
"description": "Bitcoin is the first decentralized cryptocurrency, operating on a peer-to-peer network without central authority. It uses blockchain technology to enable secure, transparent transactions. Known as digital gold, Bitcoin has a capped supply of 21 million coins. Its primary use cases include store of value and cross-border payments. Mining secures the network through proof-of-work consensus."
}
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.