SERVICE / DETAILother

Unnamed service

GET api.slamai.dev/chain/tokens/trending

SONAR SCORE0.745
LIVE PRICE0.001000
BAZAAR LIVEnot compatible
CDP INDEXEDno
DECISION EVIDENCE

Why an agent can trust this route.

21 observations in the last 24h
HANDSHAKE SUCCESS95.2%402 challenge reachable
PAID DELIVERY0.0%settlement observed
P90 LATENCY3859msrecent response window
PRICE DRIFT0.0%advertised vs observed

Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.

SONAR PROBE HISTORY / 30D

Observed outcomes

JSON ↗
LIVE ENDPOINT METADATA

No provider description has been published.

Resource: api.slamai.dev/chain/tokens/trending

Network: base · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0xd85096fAeC1aC03075667B4C1a1661F5623Bf111

Payment methods: · Last validation: 2026-09-14 11:55:17.733+00

{
  "input": null,
  "output": null,
  "paymentRequirements": [
    {
      "raw": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xd85096fAeC1aC03075667B4C1a1661F5623Bf111",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.slamai.dev/chain/tokens/trending",
        "description": "Returns trending tokens across the entire blockchain for a specified activity window and optional category.\nThe size of the increase in active wallets over the activity window determines the token's trending rank.",
        "discoverable": true,
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "num": {
                "type": "integer",
                "format": "int32",
                "description": "The maximum number of tokens to return. Maximum: 250."
              },
              "category": {
                "type": "string",
                "description": "Filters to a specific subset of tokens. Currently only 'virtuals' is supported on Base."
              },
              "blockchain": {
                "enum": [
                  "ethereum",
                  "base"
                ],
                "type": "string",
                "required": true,
                "description": "The blockchain name."
              },
              "estimate_cost": {
                "type": "boolean",
                "description": "When true, returns only the SLAM token cost estimation."
              },
              "activity_window": {
                "enum": [
                  "5min",
                  "15min",
                  "1h",
                  "3h",
                  "6h",
                  "1d"
                ],
                "type": "string",
                "description": "The length of time over which activity is measured."
              }
            }
          },
          "output": {
            "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 trending rank, determined by change in active wallets."
                              },
                              "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"
          }
        },
        "maxAmountRequired": "1000",
        "maxTimeoutSeconds": 300
      },
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0xd85096fAeC1aC03075667B4C1a1661F5623Bf111",
      "scheme": "exact",
      "network": "base",
      "amountAtomic": "1000"
    }
  ]
}
METADATA PROVENANCE

Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.