api.slamai.dev

https://api.slamai.dev/chain/tokens/newest

Shares a payout wallet with 6 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.

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

63
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Jul 22Aug 1Aug 10Aug 20

Response time

p50 49ms · p95 84ms
0ms 200ms 400ms Jul 22Aug 1Aug 10Aug 20
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/22/2026, 12:00:00 AM 100% 1 41ms
7/23/2026, 12:00:00 AM 100% 1 51ms
7/24/2026, 12:00:00 AM 100% 1 44ms
7/25/2026, 12:00:00 AM 100% 1 94ms
7/26/2026, 12:00:00 AM 100% 1 73ms
7/27/2026, 12:00:00 AM 100% 1 48ms
7/28/2026, 12:00:00 AM 100% 1 49ms
7/29/2026, 12:00:00 AM 100% 1 43ms
7/30/2026, 12:00:00 AM 100% 1 45ms
7/31/2026, 12:00:00 AM 100% 1 42ms
8/1/2026, 12:00:00 AM 100% 1 81ms
8/2/2026, 12:00:00 AM 100% 1 41ms
8/3/2026, 12:00:00 AM 100% 1 51ms
8/4/2026, 12:00:00 AM 100% 1 45ms
8/5/2026, 12:00:00 AM 100% 1 51ms
8/6/2026, 12:00:00 AM 100% 1 79ms
8/7/2026, 12:00:00 AM 100% 1 49ms
8/8/2026, 12:00:00 AM 100% 1 42ms
8/9/2026, 12:00:00 AM 100% 1 42ms
8/10/2026, 12:00:00 AM 100% 1 70ms
8/11/2026, 12:00:00 AM 100% 1 46ms
8/12/2026, 12:00:00 AM 100% 1 53ms
8/13/2026, 12:00:00 AM 100% 1 58ms
8/14/2026, 12:00:00 AM 100% 1 46ms
8/15/2026, 12:00:00 AM 100% 1 395ms
8/16/2026, 12:00:00 AM 100% 1 45ms
8/17/2026, 12:00:00 AM 100% 1 70ms
8/18/2026, 12:00:00 AM 100% 4 47ms
8/19/2026, 12:00:00 AM 100% 21 48ms
8/20/2026, 12:00:00 AM 100% 16 48ms
63
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
6

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
unknown

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Namecheap Inc.
Domain registered
2025-08-13
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

22
payments (30d)
0.02
USD volume (30d)
10
paying wallets (30d)

Payments per day

last payment 8/20/2026
0 3 5 Jul 29Aug 1Aug 11Aug 20
Data table
Settled payments per day.
Day Payments Volume (USD) Paying wallets
7/29/2026 2 0 1
7/30/2026 1 0 1
7/31/2026 5 0.01 1
8/1/2026 2 0 1
8/7/2026 1 0 1
8/8/2026 4 0 3
8/9/2026 2 0 1
8/11/2026 1 0 1
8/14/2026 1 0 1
8/18/2026 1 0 1
8/20/2026 2 0 2

This payout wallet is shared: figures cover all 7 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.

Linked by wallet — likely same operator

On-chain agent identity and the x402 endpoint that shares its settlement wallet.

Response schema
{
  "input": {
    "method": "GET",
    "queryParams": {
      "activity_window": {
        "description": "The length of time over which activity is measured.",
        "enum": [
          "5min",
          "15min",
          "1h",
          "3h",
          "6h",
          "1d"
        ],
        "type": "string"
      },
      "blockchain": {
        "description": "The blockchain to query",
        "enum": [
          "ethereum",
          "base"
        ],
        "required": true,
        "type": "string"
      },
      "category": {
        "description": "Filter by token category. Currently, only 'virtuals' on Base is supported.",
        "type": "string"
      },
      "estimate_cost": {
        "description": "When true, returns only the SLAM token cost of this query",
        "type": "boolean"
      },
      "num": {
        "description": "The maximum number of tokens to return. Max: 1000.",
        "format": "int32",
        "type": "integer"
      }
    },
    "type": "http"
  },
  "output": {
    "content": {
      "application/json": {
        "schema": {
          "oneOf": [
            {
              "properties": {
                "block": {
                  "description": "The block number at which this data snapshot was generated",
                  "format": "int32",
                  "type": "integer"
                },
                "chain": {
                  "description": "The name of the blockchain network (e.g., 'base')",
                  "type": "string"
                },
                "slam": {
                  "description": "The SLAM token cost for this API call",
                  "format": "double",
                  "type": "number"
                },
                "tokens": {
                  "description": "List of trending tokens for the specified activity window and category",
                  "items": {
                    "properties": {
                      "address": {
                        "description": "The token contract address",
                        "type": "string"
                      },
                      "fdv": {
                        "description": "The token’s fully diluted valuation in USD",
                        "format": "double",
                        "type": "number"
                      },
                      "first_minted": {
                        "properties": {
                          "block": {
                            "description": "The block number of the first mint",
                            "format": "int32",
                            "type": "integer"
                          },
                          "hash": {
                            "description": "The transaction hash of the first mint",
                            "type": "string"
                          },
                          "utc": {
                            "description": "The UTC timestamp of the mint (ISO 8601 format)",
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "liquidity": {
                        "description": "The liquidity value for the token in USD",
                        "format": "double",
                        "type": "number"
                      },
                      "name": {
                        "description": "The full name of the token",
                        "type": "string"
                      },
                      "rank": {
                        "description": "The token’s newness rank, determined by timestamp of its first mint",
                        "format": "int32",
                        "type": "integer"
                      },
                      "symbol": {
                        "description": "The token’s symbol (e.g., 'SLAM')",
                        "type": "string"
                      },
                      "usd": {
                        "properties": {
                          "cur": {
                            "description": "The current token price in USD",
                            "format": "double",
                            "type": "number"
                          },
                          "prev": {
                            "description": "Previous price data for comparison",
                            "items": {
                              "properties": {
                                "change": {
                                  "description": "Price change percentage.",
                                  "type": "string"
                                },
                                "minutes": {
                                  "description": "Lookback period in minutes.",
                                  "format": "int32",
                                  "type": "integer"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "utc": {
                  "description": "The UTC timestamp of the block used for the response (ISO 8601 format)",
                  "type": "string"
                }
              },
              "type": "object"
            },
            {
              "properties": {
                "slam": {
                  "format": "double",
                  "type": "number"
                }
              },
              "type": "object"
            }
          ]
        }
      }
    },
    "description": "OK",
    "status": 200
  }
}