Using crypto-api with rapidapi.com

TypeScript integration

Install
npm install crypto-api
Quick start
import Crypto_api from 'crypto-api';

const client = new Crypto_api({ apiKey: "YOUR_API_KEY" });
This endpoint returns by default the next non-expired football predictions. U…
curl \
  https://football-prediction-api.p.rapidapi.com/api/v2/predictions
Returns an array of all the supported prediction markets
curl \
  https://football-prediction-api.p.rapidapi.com/api/v2/list-markets
Returns an array of all the available federations.
curl \
  https://football-prediction-api.p.rapidapi.com/api/v2/list-federations
SDK on GitHub 📄 API Docs
SDK
crypto-api
TypeScript
API
rapidapi.com
rapidapi.com:football-prediction
At a glance
Language TypeScript
Endpoints5
Base URLhttps://football-prediction-api.p.rapidapi.com