Skip to main content
GET
/
estimate_gas_price
Estimate gas price
curl --request GET \
  --url https://api.us1.shinami.com/aptos/node/v1/estimate_gas_price \
  --header 'Authorization: Bearer <token>'
{
  "deprioritized_gas_estimate": 123,
  "gas_estimate": 123,
  "prioritized_gas_estimate": 123
}

Authorizations

Authorization
string
header
required

Response

gas_estimate
integer
required
deprioritized_gas_estimate
integer
prioritized_gas_estimate
integer