Support Center

Quick Overview

How to get started with our APIs

Introduction

Welcome to the ClickAPIs Platform! We offer a wide selection of financial analytics APIs by our own proprietary processes as well as from many data vendors. Our API uses HTTPS verbs and a RESTful endpoint structure, which makes it easy to request data. Basic Authentication is administered over HTTPS. Responses are delivered in JSON format.

Authentication

  • First, you'll need an ClickAPIs account for your API key. Click here to get your FREE account.

  • If you have an ClickAPIs account you can view your API Key here.

  • All GET request require a valid API key parameter api_key= in your URL. Simply include your API Key in the HTTPS request by specifying an api_key URL parameter set to the value of your API Key.


    For example; Following API call will provide the Market Momentum for 2022-03-07:

    https://www.clickapis.com/api/v1/market_momentum?date=2022-03-07&api_key={your_api_key}


    API Call Counts

    API Call Counts is our way to organize each API to balance the load on the system.

  • Each API is assigned with an API Call Counts it cost, which can be found on the API detail page. APIs which required more advanced calculations will have large API call count.

  • Whenever a user call an API, our system added the API calls to user account. e.g. Market Movers API Call is 2 per API call. So every-time a user call this API, a '2 API calls' are added to user account.

  • User can upgrade plans to have more API calls per day as per their requirements. For FREE plan, we allocate respective API calls per day too.

Attribution

Attribution is required for all users. It is as simple as putting “Analytics provided by Cryptoapii.com” somewhere on your website or app and linking that text tohttps://www.clickapis.com.