Getting Coin Data via API

Get recent and historical values of all of our metrics on supported coins

Looking to ingest recent and/or historical coin data into your own database? Here's how to go about a successful and easy integration.

Step 1: Sync our list of supported coins

Our system runs on our own set of UIDs. You should first sync our list of supported coins (Coins endpoint) and take note of their UIDs. You will pass this attribute as a parameter when fetching data.

This list will continue to expand, so it's a good practice to occasionally refresh this list on your end.

Step 2: Fetch latest values

You can fetch the latest values of all of our metrics (market data, social data, and news volume data) for one or multiple coins.

Check out the Coin Data - Recent endpoint for the API call.

These values update every minute.

Step 3: Fetch historical values

This is very similar to fetching the latest values, but fetching history will be one coin at a time.

Check out the Coin Data - Historical endpoint for the API call.

These values update every minute, but you can choose from a list of different frequency intervals (1min, 5min, 1hour, 1day).

Want help or guidance?

If you would like any help or guidance on the initial setup, data flow/processing, or any other questions/issues regarding the integration, please reach out to Ben Latz via email [email protected] and he'll be happy to chat.

If you are interested in accessing this API but haven't yet requested access, please reach out to [email protected].