Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.54 KB

File metadata and controls

58 lines (39 loc) · 2.54 KB

GEMINI

3.0.22 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT API endpoint of gemini string https://api.gemini.com

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 6 Considered unlimited tier, but setting reasonable limits

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string reserves reserves

Reserves Endpoint

reserves is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
token asset, coin The symbol of the token to query string EFIL
chainId An identifier for which network of the blockchain to use string mainnet
network The name of the target network protocol string filecoin

Example

Request:

{
  "data": {
    "endpoint": "reserves",
    "chainId": "mainnet",
    "network": "filecoin",
    "token": "EFIL"
  }
}

MIT License