DEV Community

Cover image for SSIS tutorial: How to connect to CoinMarketCap API
Daniel ZS
Daniel ZS

Posted on

SSIS tutorial: How to connect to CoinMarketCap API

Introduction

Connecting to external APIs, such as CoinMarketCap, in SSIS enables seamless integration of cryptocurrency data into your ETL processes for analysis, reporting, and decision-making. CoinMarketCap provides real-time data on market cap, price, volume, and historical data for numerous cryptocurrencies. In this tutorial, we walk you through the steps to configure a connection to the CoinMarketCap API using ZappySys JSON Source to fetch cryptocurrency data into SSIS.

Steps

Step 1: Create an API Key on CoinMarketCap

To connect to the CoinMarketCap API, you will need an API key.

  1. Visit the CoinMarketCap API page.
  2. Sign up or log in to your account.
  3. Once logged in, you’ll be able to view your API key.
  4. Copy the API key for use in the following steps.

👉 Read the full tutorial with detailed steps here:

SSIS tutorial: How to connect to CoinMarketCap API

Top comments (0)