Official CoinPaprika API Go client library
client.Global.Get()
- Get global market data.client.Coins.List()
- List all coins.client.Coins.GetByID(coinID)
- Get a specific coin by ID.client.Coins.GetEventsByCoinID(coinID)
- Get events for a coin.client.Coins.GetExchangesByCoinID(coinID)
- Get exchanges for a coin.client.Coins.GetMarketsByCoinID(coinID)
- Get markets for a coin.client.Coins.GetTwitterByCoinID(coinID)
- Get Twitter timeline for a coin.client.Coins.GetOHLCVLastFullDayByCoinID(coinID)
- Get OHLCV for the last full day.client.Coins.GetOHLCVHistorical(coinID, options)
- Get historical OHLCV.client.Coins.GetOHLCVTodayByCoinID(coinID)
- Get today’s OHLCV.client.People.GetByID(personID)
- Get a person by ID.client.Tags.List(options)
- List all tags.client.Tags.GetByID(tagID, options)
- Get a tag by ID.client.Tickers.List(options)
- Get tickers for all coins.client.Tickers.GetByCoinID(coinID, options)
- Get ticker for a specific coin.client.Tickers.GetHistoricalByCoinID(coinID, options)
- Get historical ticks.client.Exchanges.List(options)
- List all exchanges.client.Exchanges.GetByID(exchangeID)
- Get a specific exchange.client.Exchanges.GetMarketsByExchangeID(exchangeID, options)
- Get markets for an exchange.client.Tools.Search(query, options)
- Search for assets.client.Tools.PriceConverter(options)
- Convert between currencies.