base mainnet#50,591,208gas0.006 gweierc-20 transfer3.90E-7 ETH
GladiatorrX Data

Readings from Base, priced per call.

Ask one question, pay for one answer. No account, no subscription, no minimum spend, nobody to email first.

Readings

Each is read from the network at the moment you ask — not generated, not cached. If the chain cannot be reached you get an error, never a plausible-looking number.

wallet-profile
Everything public about one crypto address, in a single call.
Everything public about a Base address in one call: ETH and USDC balances, transaction count, contract or not, and whether it can pay gas$0.004
usdc-flows
Money in and out of an address over a period.
USDC in and out of an address over a block range, with senders, amounts and transaction hashes$0.008
settlement-check
Proves a payment really arrived, rather than taking someone's word.
Verify a USDC payment actually landed - amount, recipient and confirmations - checked against the chain rather than taken on trust$0.010
gas-now
What it costs to move money on Base right now, in dollars.
Current Base gas price with common operations already costed - whether a transfer is affordable right now, not a raw wei number$0.002
token-info
Confirms a token contract is real, and what it is actually called.
ERC-20 metadata read from the contract itself - name, symbol, decimals and total supply with the decimals actually applied$0.003
tx-decode
Explains what a transaction did, in amounts a person can read.
What a transaction did: status, fee paid, and ERC-20 transfers decoded into human amounts instead of raw units$0.010
balance-batch
Balances for up to 20 addresses at once instead of one by one.
ETH and USDC balances for up to 20 addresses in one call, saving forty round trips to a rate-limited endpoint$0.010
uk-company
Look up any UK company by its number or exact registered name.
Any UK company by number or exact name: status, incorporation date, company type, SIC codes and registered address, straight from the Companies House register$0.02
uk-company-search
Find a UK company's number by searching for its name.
Find UK companies by name: up to 20 matches with their company numbers, status and type, so a name can be resolved to a number$0.03

Text work — commodity, priced as such

Language jobs any model can do. Here because it costs us almost nothing to run and it is occasionally what you want alongside a reading — not because it is special.

Buying

  1. Ask. You get back a price and an address.
    curl -X POST https://money-ai-shop.money-ai.workers.dev/s/gas-now \
         -d '{"skill":"gas-now"}'
  2. Send exactly that amount in USDC on base-mainnet. 0xADe3070eDA45F1344e2116BD9c28beEeBdc69deE
  3. The answer returns as soon as the transfer confirms.
Send the exact amount. A transfer carries no reference field, so the amount is how your payment is matched to your order. A rounded figure matches nothing.