# minia2a x402-gas

> minia2a x402-gas is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns current blockchain gas price data for use in transaction cost estimation and planning

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-gas
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-gas-b6632cf0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nADFagad3xHp50yWSyVcX

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability minia2a-x402-gas-b6632cf0
```

Example prompt: What are the current gas prices on the Ethereum network right now? I need to know if it's a good time to submit my transaction.

## When to prefer this

Use this endpoint when an agent needs real-time gas fee data to inform transaction submission decisions, cost estimation, or DeFi strategy execution. Suitable for any workflow that must determine whether on-chain operations are economically viable at current network conditions.

## Known failure modes

- Network or upstream RPC node unavailable — returns error or timeout
- Invalid or unsupported network type specified — returns error response
- Malformed query parameters — may return validation error
- Payment not fulfilled via x402 protocol — request rejected with 402 status

## How this service works

minia2a service: x402-gas

## Output

Returns current gas price data for a blockchain network, including fee levels that can be used to estimate transaction costs before submitting on-chain operations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-gas-b6632cf0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
