Klarda Market API Quickstart

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:

CategorySub-categoryMethodDescriptionSupported
Market APITokenGet Token ListRetrieve a list of tokens with market data.
Get New Token ListGet a list of newly listed tokens.
Get Token CategoryFetch available token categories.
Get Top Gainer and Top LoserRetrieve the top gaining and losing tokens.
Get Token SupplyRetrieve the supply data for a specific token.
FundraisingGet IDO/ICO FundraisingAccess data on IDO/ICO fundraising activities.
Get Private/Seed FundraisingRetrieve information on private and seed fundraising rounds.
Get Fundraising AnalyticsFetch analytics on different fundraising events.
GlobalGet Global DataGet global market data such as total market capitalization.
Get Protocol ListAccess a list of available protocols.
Get Global TrendsRetrieve global market trends.
Stock MarketGet Economic CalendarRetrieve the economic calendar for market events.
Get Indices FutureFetch future indices data.
Get CommoditiesAccess data on commodities.
Get Stock DividendsRetrieve dividend data for stocks.
SearchGet Search By QueriesPerform search queries across different market data categories.
Get Trending SearchRetrieve trending search data.
Get Historical Search DataAccess historical search data.
SignalGet Token Technical IndicatorsObtain technical indicators for tokens.
Get Token SignalRetrieve market signals for trading.
Get Trading PatternsFetch common trading patterns and strategies.
Token APIOnchainGet Token Liquidity by IDFetch liquidity data for a specific token by ID.
Get Token Onchain Summary by IDRetrieve onchain summary for a specific token by ID.
Get Token Onchain Burn Counts by IDGet burn counts for a specific token by ID.
Get Token Onchain Swap Counts by Pair AddressRetrieve swap counts for a specific token pair address.
Get Token Onchain Smart Money DataAccess smart money data for a specific token.
Get Token Onchain CEX Flow DataGet centralized exchange flow data for a specific token.
Get Suspicious Volume By FilterRetrieve suspicious volume data by filter.
Get DEX Gainers by FilterFetch DEX gainers data by filter.
Get Token Onchain Transaction VolumeRetrieve onchain transaction volume for a specific token.
HolderGet Token Holder History by ID and DurationAccess token holder history data by ID and duration.
Get Token Holder Counts by IDRetrieve holder counts for a specific token by ID.
Get Token Holder Distribution by IDGet holder distribution data for a specific token by ID.
Get Token Holder DemographicsFetch demographics data of token holders.
PriceGet Token Price Exchange Trade by SymbolFetch price exchange trade data by token symbol.
Get Token Price InformationAccess token price information.
Get Token PriceRetrieve the current price of a specific token.
Get Token Price HistoryAccess historical price data for a specific token.
Get Token Price History Time RangeFetch price history data within a specific time range.
Get Token Price OHLCVRetrieve OHLCV (Open, High, Low, Close, Volume) data for a specific token.
Get Token Price Information by List of Token IDAccess price information for a list of token IDs.
Get Token Price PredictionFetch price prediction data for a specific token.
MetadataGet Token Metadata with OnchainRetrieve token metadata with onchain data.
Get Token Metadata ProfileGet token metadata profile.
Get Token Metadata FundraisingAccess token metadata related to fundraising.
Get Token Metadata TokenomicsRetrieve tokenomics data for a specific token.
Get Token Metadata RoadmapFetch roadmap data for a specific token.
NFT APIGet NFT MetadataAccess metadata for a specific NFT.
Get NFT HoldersRetrieve the list of holders for a specific NFT.
Get NFT Sales DataFetch sales data for NFTs.
Exchange APIGet Exchange ListAccess a list of cryptocurrency exchanges along with their metadata.
Get Token AmountRetrieves the amount of a specified token available on a particular exchange.
Get Exchange BalancesRetrieve balance distribution of assets on a specific exchange.
Get Exchange Trading VolumeFetch 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.