This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | API endpoint of gemini | string | https://api.gemini.com |
Name | Requests/credits per second | Requests/credits per minute | Requests/credits per hour | Note |
---|---|---|---|---|
default | 6 | Considered unlimited tier, but setting reasonable limits |
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | reserves | reserves |
reserves
is the only supported name for this endpoint.
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 |
Request:
{
"data": {
"endpoint": "reserves",
"chainId": "mainnet",
"network": "filecoin",
"token": "EFIL"
}
}
MIT License