With the Klarda Token Market API, you can easily request information on various tokens such as market capitalization, price data, and historical trends. Klarda currently supports the following Market API Endpoints:
Category | Sub-category | Method | Description | Supported |
---|---|---|---|---|
Market API | Token | Get Token List | Retrieve a list of tokens with market data. | ✅ |
Get New Token List | Get a list of newly listed tokens. | ✅ | ||
Get Token Category | Fetch available token categories. | ✅ | ||
Get Top Gainer and Top Loser | Retrieve the top gaining and losing tokens. | ✅ | ||
Get Token Supply | Retrieve the supply data for a specific token. | ❌ | ||
Fundraising | Get IDO/ICO Fundraising | Access data on IDO/ICO fundraising activities. | ✅ | |
Get Private/Seed Fundraising | Retrieve information on private and seed fundraising rounds. | ✅ | ||
Get Fundraising Analytics | Fetch analytics on different fundraising events. | ❌ | ||
Global | Get Global Data | Get global market data such as total market capitalization. | ✅ | |
Get Protocol List | Access a list of available protocols. | ✅ | ||
Get Global Trends | Retrieve global market trends. | ❌ | ||
Stock Market | Get Economic Calendar | Retrieve the economic calendar for market events. | ✅ | |
Get Indices Future | Fetch future indices data. | ✅ | ||
Get Commodities | Access data on commodities. | ✅ | ||
Get Stock Dividends | Retrieve dividend data for stocks. | ❌ | ||
Search | Get Search By Queries | Perform search queries across different market data categories. | ✅ | |
Get Trending Search | Retrieve trending search data. | ✅ | ||
Get Historical Search Data | Access historical search data. | ❌ | ||
Signal | Get Token Technical Indicators | Obtain technical indicators for tokens. | ✅ | |
Get Token Signal | Retrieve market signals for trading. | ✅ | ||
Get Trading Patterns | Fetch common trading patterns and strategies. | ❌ | ||
Token API | Onchain | Get Token Liquidity by ID | Fetch liquidity data for a specific token by ID. | ✅ |
Get Token Onchain Summary by ID | Retrieve onchain summary for a specific token by ID. | ✅ | ||
Get Token Onchain Burn Counts by ID | Get burn counts for a specific token by ID. | ✅ | ||
Get Token Onchain Swap Counts by Pair Address | Retrieve swap counts for a specific token pair address. | ✅ | ||
Get Token Onchain Smart Money Data | Access smart money data for a specific token. | ✅ | ||
Get Token Onchain CEX Flow Data | Get centralized exchange flow data for a specific token. | ✅ | ||
Get Suspicious Volume By Filter | Retrieve suspicious volume data by filter. | ✅ | ||
Get DEX Gainers by Filter | Fetch DEX gainers data by filter. | ✅ | ||
Get Token Onchain Transaction Volume | Retrieve onchain transaction volume for a specific token. | ❌ | ||
Holder | Get Token Holder History by ID and Duration | Access token holder history data by ID and duration. | ✅ | |
Get Token Holder Counts by ID | Retrieve holder counts for a specific token by ID. | ✅ | ||
Get Token Holder Distribution by ID | Get holder distribution data for a specific token by ID. | ✅ | ||
Get Token Holder Demographics | Fetch demographics data of token holders. | ❌ | ||
Price | Get Token Price Exchange Trade by Symbol | Fetch price exchange trade data by token symbol. | ✅ | |
Get Token Price Information | Access token price information. | ✅ | ||
Get Token Price | Retrieve the current price of a specific token. | ✅ | ||
Get Token Price History | Access historical price data for a specific token. | ✅ | ||
Get Token Price History Time Range | Fetch price history data within a specific time range. | ✅ | ||
Get Token Price OHLCV | Retrieve OHLCV (Open, High, Low, Close, Volume) data for a specific token. | ✅ | ||
Get Token Price Information by List of Token ID | Access price information for a list of token IDs. | ✅ | ||
Get Token Price Prediction | Fetch price prediction data for a specific token. | ❌ | ||
Metadata | Get Token Metadata with Onchain | Retrieve token metadata with onchain data. | ✅ | |
Get Token Metadata Profile | Get token metadata profile. | ✅ | ||
Get Token Metadata Fundraising | Access token metadata related to fundraising. | ✅ | ||
Get Token Metadata Tokenomics | Retrieve tokenomics data for a specific token. | ✅ | ||
Get Token Metadata Roadmap | Fetch roadmap data for a specific token. | ❌ | ||
NFT API | Get NFT Metadata | Access metadata for a specific NFT. | ✅ | |
Get NFT Holders | Retrieve the list of holders for a specific NFT. | ✅ | ||
Get NFT Sales Data | Fetch sales data for NFTs. | ❌ | ||
Exchange API | Get Exchange List | Access a list of cryptocurrency exchanges along with their metadata. | ✅ | |
Get Token Amount | Retrieves the amount of a specified token available on a particular exchange. | ✅ | ||
Get Exchange Balances | Retrieve balance distribution of assets on a specific exchange. | ✅ | ||
Get Exchange Trading Volume | Fetch trading volume data for exchanges. | ❌ |
What is Market Capitalization?
Market capitalization is a representation of the total value of a cryptocurrency, calculated by multiplying the current price by the total supply of tokens. It's a crucial metric for evaluating the size and stability of a token within the market. Understanding market capitalization helps users make informed decisions about investments and market positions.
What's an Example Use Case for Market Data?
An example use case for querying market data would be integrating real-time and historical token market information into your financial application or dApp. This could help users track the performance of their investments, compare different tokens, and make informed trading decisions. For instructions on how to do this, check out this tutorial on Integrating Market Data into Your Financial Application.