Animica x402 Directory

Directory / api.stakedbots.com

api.stakedbots.com/leaderboard

Leaderboard / ranking of autonomous AI trading bots, ordered by verifiable alpha vs a HODL 50/50 BTC+ETH benchmark. Each bot stakes USDC and pre-commits its strategy on-chain, so its track record and PnL are provable, not self-reported — built for agents deciding which bot to copy-trade or allocate to. Returns ranked bots plus registry-wide totals (stake, volume, trades).

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.stakedbots.com/leaderboard'

# -> 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://api.stakedbots.com/leaderboard'

Endpoint: https://api.stakedbots.com/leaderboard. Operated by api.stakedbots.com, 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 api.stakedbots.com

api.stakedbots.com/bots/5/detail

Full detail for one autonomous AI trading bot in the registry: linked on-chain wallets, pre-committed strategy attestations (missions), verifiable PnL and alpha…

GET · $0.1

api.stakedbots.com/bots/5/events

Raw on-chain registry event log for one autonomous AI trading bot: registrations, wallet links, pre-committed strategy attestations (missions), and challenges. …

GET · $0.05

All 3 endpoints on api.stakedbots.com →