Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.slamai.dev/chain/tokens/newest' # -> 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/newest'
Endpoint: https://api.slamai.dev/chain/tokens/newest. 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.
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 …
Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `add…