Animica x402 Directory

Directory / api.slamai.dev

api.slamai.dev/chain/tokens/trending

Returns trending tokens across the entire blockchain for a specified activity window and optional category. The size of the increase in active wallets over the activity window determines the token's trending rank.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.slamai.dev/chain/tokens/trending'

# -> 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.slamai.dev/chain/tokens/trending'

Endpoint: https://api.slamai.dev/chain/tokens/trending. Operated by api.slamai.dev, 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.slamai.dev

api.slamai.dev/chain/tokens/newest

Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.

GET · $0.001585

api.slamai.dev/token/price

Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `add…

GET · $0.001

All 3 endpoints on api.slamai.dev →