post https://{kaia-network}.nodit.io/
트랜잭션을 실행할 때 필요한 가스량을 추정합니다. 실제로 트랜잭션을 발행하지 않고 가스량만 추정합니다.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
트랜잭션을 실행할 때 필요한 가스량을 추정합니다. 실제로 트랜잭션을 발행하지 않고 가스량만 추정합니다.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
19curl --request POST \
--url https://kaia-mainnet.nodit.io/ \
--header 'X-API-KEY: nodit-demo' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_estimateGas",
"params": [
{
"from": "0xc90d3Ac75D1D36dF0b0a229E73D8409FB7F3c4ab",
"to": "0xd3CdA913deB6f67967B99D67aCDFa1712C293601",
"value": "0x186a0"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: