+ blockchain-gas-price

> Blockchain gas price

// Returns current gas prices and fee estimates for blockchain transactions

cryptogasfeesblockchain
// aliases.json

These phrases resolve to this capability with intent-based discovery.

"gas price" "gas fees" "transaction fee" "gwei"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "crypto.gas_price"}'
// endpoints.json
10 results
#1 Httpay listed
$0.0050
https://httpay.xyz/api/gas-golfing-tip
success: 100%
latency: 60ms
$0.0060
https://api.x402node.dev/chain/gas-oracle
success: 100%
latency: 50ms
#3 Httpay listed
$0.0100
https://httpay.xyz/api/gas-optimizer
success: 100%
latency: 36ms
#4 Httpay listed
$0.0100
https://httpay.xyz/api/fee-tracker
success: 100%
latency: 41ms
$0.0040
https://api.x402node.dev/chain/block
success: 100%
latency: 167ms
$0.0040
https://api.x402node.dev/chain/block-info
success: 100%
latency: 169ms
$0.0100
https://api.x402node.dev/crypto/units
success: 100%
latency: 79ms
$0.0050
https://api.x402node.dev/chain/eth-gas
success: 100%
latency: 159ms
#9 Elsa listed
$0.0010
https://x402-api.heyelsa.ai/api/get_gas_prices
success: 100%
latency: 237ms
// sample request
{
  "chain_id": 8453
}
// sample response
{
  "slow": {
    "gwei": 0.001,
    "estimated_seconds": 60
  },
  "standard": {
    "gwei": 0.002,
    "estimated_seconds": 30
  },
  "fast": {
    "gwei": 0.005,
    "estimated_seconds": 10
  },
  "base_fee": 0.001
}
$0.0100
https://api.strale.io/x402/gas-price-check
success: 100%
latency: 94ms
// integrate.md

Use this capability in your agent or application: