Cryptocurrency is a digital currency that is secured through cryptography and exists on decentralised networks utilising blockchain technology. The API endpoint returns a list of cryptocurrency pair symbols and related information. There is a limit of 500 records per API call.
https://financialdata.net/api/v1/crypto-symbols| Name | Type | Description | Example |
|---|---|---|---|
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 500 |
| 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": "1000CATUSD",
"base_asset": "1000CAT",
"quote_asset": "USD"
},
{
"trading_symbol": "1000CHEEMSUSD",
"base_asset": "1000CHEEMS",
"quote_asset": "USD"
},
{
"trading_symbol": "1000SATSUSD",
"base_asset": "1000SATS",
"quote_asset": "USD"
},
...
]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.