gas_price - NEAR Protocol
Example code for the gas_price json-rpc method. Сomplete guide on how to use gas_price json-rpc in GetBlock.io Web3 documentation.
Supported Networks
Parameters Description
Parameter
Type
Description
Request Example
https://go.getblock.io/<ACCESS_TOKEN>curl -X POST https://go.getblock.io/<ACCESS_TOKEN>\
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0",
"method": "gas_price",
"params": [169528908],
"id": "getblock.io"}'Response Example
Response Parameters Definition
Use Cases
Code Example
Error Handling
Integration with Web3
Last updated
Was this helpful?