SLAMai Newest Tokens is a paid API for AI agents from api.slamai.dev, paid per call via x402, $0.001585/call, status unknown (last checked 2026-09-15).
Returns the most recently minted tokens on a blockchain, ranked by mint timestamp, with optional filtering by activity window and category.
Returns the newest tokens minted on the blockchain based on mint timestamp, filtered by an activity window and optional category.
A JSON object containing a list of up to N tokens sorted by newness rank, each with name, symbol, contract address, first mint block and transaction hash, current USD price, price change percentages over lookback periods, fully diluted valuation, and liquidity in USD. Also includes the block number and UTC timestamp of the data snapshot, the blockchain name, and the SLAM token cost of the query.
POSThttps://api.slamai.dev/chain/tokens/newestUse this endpoint when you need to discover freshly minted tokens ranked purely by mint timestamp — ideal for tracking new token launches in real time. Prefer this over trending endpoints when recency (first mint time) is the primary signal rather than trading activity or volume. Best for agents monitoring new token launches, sniping newly deployed contracts, or surfacing the latest Virtuals tokens on Base.
| Field | Type | Description |
|---|---|---|
| num | integer | The maximum number of tokens to return. Max: 1000. |
| category | string | Filter by token category. Currently, only 'virtuals' on Base is supported. |
| blockchainrequired | string | The blockchain to query |
| estimate_cost | boolean | When true, returns only the SLAM token cost of this query |
| activity_window | string | The length of time over which activity is measured. |
{
"status": 200,
"content": {
"application/json": {
"schema": {
"oneOf": [
{
"type": "object",
"properties": {
"utc": {
"type": "string",
"description": "The UTC timestamp of the block used for the response (ISO 8601 format)"
},
"slam": {
"type": "number",
"format": "double",
"description": "The SLAM token cost for this API call"
},
"block": {
"type": "integer",
"format": "int32",
"description": "The block number at which this data snapshot was generated"
},
"chain": {
"type": "string",
"description": "The name of the blockchain network (e.g., 'base')"
},
"tokens": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fdv": {
"type": "number",
"format": "double",
"description": "The token’s fully diluted valuation in USD"
},
"usd": {
"type": "object",
"properties": {
"cur": {
"type": "number",
"format": "double",
"description": "The current token price in USD"
},
"prev": {
"type": "array",
"items": {
"type": "object",
"properties": {
"change": {
"type": "string",
"description": "Price change percentage."
},
"minutes": {
"type": "integer",
"format": "int32",
"description": "Lookback period in minutes."
}
}
},
"description": "Previous price data for comparison"
}
}
},
"name": {
"type": "string",
"description": "The full name of the token"
},
"rank": {
"type": "integer",
"format": "int32",
"description": "The token’s newness rank, determined by timestamp of its first mint"
},
"symbol": {
"type": "string",
"description": "The token’s symbol (e.g., 'SLAM')"
},
"address": {
"type": "string",
"description": "The token contract address"
},
"liquidity": {
"type": "number",
"format": "double",
"description": "The liquidity value for the token in USD"
},
"first_minted": {
"type": "object",
"properties": {
"utc": {
"type": "string",
"description": "The UTC timestamp of the mint (ISO 8601 format)"
},
"hash": {
"type": "string",
"description": "The transaction hash of the first mint"
},
"block": {
"type": "integer",
"format": "int32",
"description": "The block number of the first mint"
}
}
}
}
},
"description": "List of trending tokens for the specified activity window and category"
}
}
},
{
"type": "object",
"properties": {
"slam": {
"type": "number",
"format": "double"
}
}
}
]
}
}
},
"description": "OK"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"