api.slamai.dev publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.001585 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /chain/tokens/newest | GET | $0.001585 | 402 |
| /chain/tokens/trending | GET | $0.001 | 402 |
| /token/price | GET | $0.001 | 402 |
Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
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 t…
Returns current token prices with FDV, liquidity, and 24h price change, quoted in **USD**, **ETH**, or **BTC**. ### Rules - Provide **either** `symbols` or `addresses`, not both. - Max **30 entries** …