Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.06 KB

File metadata and controls

51 lines (32 loc) · 2.06 KB

NFT_BLUE_CHIP

1.1.25 v3

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

Environment Variables

Required? Name Description Type Options Default
ETHEREUM_RPC_URL RPC URL to an Ethereum mainnet node string
MARKETCAP_TRANSPORT_MAX_RATE_LIMIT_RETRIES Maximum amount of times the Marketcap Transport will attempt to set up a request when blocked by the rate limiter number 3
MARKETCAP_TRANSPORT_MS_BETWEEN_RATE_LIMIT_RETRIES Time that the Marketcap Transport will wait between retries when blocked by the rate limiter number 400

Data Provider Rate Limits

There are no rate limits for this adapter.


Input Parameters

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

Marketcap Endpoint

marketcap is the only supported name for this endpoint.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "marketcap"
  }
}

MIT License