Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.75 KB

File metadata and controls

50 lines (31 loc) · 1.75 KB

STARKNET_GAS_PRICE

1.0.13 v3

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

Environment Variables

Required? Name Description Type Options Default
STARKNET_RPC_URL RPC Url For Starknet string
BACKGROUND_EXECUTE_MS The amount of time the background execute should sleep before performing the next request number 10000

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 gas_price, gasprice gasprice

Gasprice Endpoint

Supported names for this endpoint are: gas_price, gasprice.

Input Params

There are no input parameters for this endpoint.

Example

Request:

{
  "data": {
    "endpoint": "gasprice"
  }
}

MIT License