Animica x402 Directory

Directory / agenttoll.app

agenttoll.app/api/watch/address/:address

Wallet activity watch: new activity for a Base address since your cursor, so a scheduled agent only fetches what changed

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://agenttoll.app/api/watch/address/:address'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://agenttoll.app/api/watch/address/:address'

Endpoint: https://agenttoll.app/api/watch/address/:address. Operated by agenttoll.app, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agenttoll.app

agenttoll.app/api/base/fresh

New pair scan seconds after launch: Uniswap v4 pools read straight off Base before any indexer has them - the launched token address, whether anyone has funded …

GET · $0.004

agenttoll.app/api/base/portfolio/:address

Wallet portfolio on Base: everything an address holds valued in USD, ETH plus its ERC-20 tokens, largest first, with a spam floor you set

GET · $0.003

agenttoll.app/api/base/radar

New token radar on Base with a liquidity floor: pools created in the last 24 hours that already hold real liquidity; ?minLiquidity sets the spam floor in USD, d…

GET · $0.003

agenttoll.app/api/base/safety/:address

Token safety check for a Base token before you buy - is it a honeypot, is it a rug: a simulated buy and sell, buy and sell tax, contract verification, owner pri…

GET · $0.003

agenttoll.app/api/base/scout

New token scan with a safety verdict attached: today's new Base pools above your liquidity floor, each already checked for honeypot, taxes and owner powers. One…

GET · $0.008

agenttoll.app/api/base/trending

Trending Base pool scan: the DEX pools moving on Base right now, with price, 24h volume and liquidity; ?limit=N sets how many

GET · $0.002

agenttoll.app/api/feargreed

Crypto market sentiment check: the Fear and Greed index with yesterday's value; ?days=7 adds a daily history so you can see whether sentiment is turning

GET · $0.001

agenttoll.app/api/gas

Base gas price check: the current gas price and latest block number; add ?gasLimit=150000 to also get what a transaction that size costs in ETH and USD

GET · $0.001

agenttoll.app/api/try/premium

Turkish lira crypto premium check: implied USD/TRY from a crypto cross-rate versus the official rate; ?asset=usdt is the reading desks quote

GET · $0.002

All 10 endpoints on agenttoll.app →