{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-dexter-cash-api-tools-solscan-trending",
  "title": "Dexter \u00b7 Solscan Trending Tokens",
  "url": "https://x402.dexter.cash/api/tools/solscan/trending",
  "category": "data",
  "summary": "Retrieve current trending tokens on Solana with optional media metadata.",
  "seo": {
    "title": "Solana Trending Tokens x402 API | Dexter Solscan",
    "description": "Fetch trending Solana tokens with Dexscreener media enrichment for 0.05 USDC. Base and Solana. Real-time snapshot with timestamp."
  },
  "use_cases": [
    "Identify trending Solana tokens",
    "Track token momentum",
    "Enrich trading data with media"
  ],
  "ideal_buyer": "AI agents and traders monitoring Solana market trends for alpha generation.",
  "example_prompt": "Get the current trending tokens on Solana with their Dexscreener images",
  "example_request_body": {},
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Solscan trending tokens snapshot",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "limit": {
              "type": "integer",
              "description": "How many tokens to return (1-50). Defaults to 25."
            },
            "excludeSymbols": {
              "type": "array",
              "description": "Symbols to exclude (case-insensitive). Defaults to a safe list (SOL/USDC/etc.)."
            },
            "requireDexScreenerMedia": {
              "type": "boolean",
              "description": "true to require Dexscreener images/headers (default), false to return plain Solscan data."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean"
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream HTTP status when a warning is returned."
          },
          "tokens": {
            "type": "array",
            "properties": {
              "name": {
                "type": "string",
                "description": "Token name from Solscan."
              },
              "media": {
                "type": [
                  "object",
                  "null"
                ],
                "description": "Dexscreener media (header/logo URLs and optional pair URL)."
              },
              "symbol": {
                "type": "string",
                "description": "Token symbol."
              },
              "address": {
                "type": "string",
                "description": "Token mint address."
              },
              "decimals": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Decimals when provided by Solscan."
              }
            },
            "description": "Trending tokens enriched with optional Dexscreener media."
          },
          "warning": {
            "type": "string",
            "description": "Optional warning when Solscan quota/rate limits or timeouts are hit."
          },
          "fetchedAt": {
            "type": "string",
            "description": "ISO timestamp when the list was generated."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9421c7ca7d8dcee9760d72be81137ee162003c36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Solscan trending tokens snapshot",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "limit": {
              "type": "integer",
              "description": "How many tokens to return (1-50). Defaults to 25."
            },
            "excludeSymbols": {
              "type": "array",
              "description": "Symbols to exclude (case-insensitive). Defaults to a safe list (SOL/USDC/etc.)."
            },
            "requireDexScreenerMedia": {
              "type": "boolean",
              "description": "true to require Dexscreener images/headers (default), false to return plain Solscan data."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean"
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream HTTP status when a warning is returned."
          },
          "tokens": {
            "type": "array",
            "properties": {
              "name": {
                "type": "string",
                "description": "Token name from Solscan."
              },
              "media": {
                "type": [
                  "object",
                  "null"
                ],
                "description": "Dexscreener media (header/logo URLs and optional pair URL)."
              },
              "symbol": {
                "type": "string",
                "description": "Token symbol."
              },
              "address": {
                "type": "string",
                "description": "Token mint address."
              },
              "decimals": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Decimals when provided by Solscan."
              }
            },
            "description": "Trending tokens enriched with optional Dexscreener media."
          },
          "warning": {
            "type": "string",
            "description": "Optional warning when Solscan quota/rate limits or timeouts are hit."
          },
          "fetchedAt": {
            "type": "string",
            "description": "ISO timestamp when the list was generated."
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-a40b1d01f838",
  "origin": {
    "slug": "x402-dexter-cash",
    "host": "x402.dexter.cash",
    "title": "Public x402 Facilitator for API Payments \u2022 Dexter",
    "description": "Integrate Dexter's public x402 facilitator for verification, signing, and settlement across supported chains.",
    "url": "https://x402.dexter.cash",
    "og_image": "https://dexter.cash/og-images/v2/default",
    "favicon": "https://dexter.cash/assets/logos/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-dexter-cash-api-tools-solscan-trending",
    "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-solscan-trending",
    "name": "Dexter \u00b7 Solscan Trending Tokens",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-solscan-trending",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-solscan-trending",
        "@type": "Offer",
        "price": "0.05",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.050000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      }
    ],
    "sameAs": "https://x402.dexter.cash/api/tools/solscan/trending",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-dexter-cash",
      "url": "https://x402.dexter.cash",
      "name": "Public x402 Facilitator for API Payments \u2022 Dexter",
      "@type": "Organization"
    },
    "identifier": "x402-dexter-cash-api-tools-solscan-trending",
    "description": "Fetch trending Solana tokens with Dexscreener media enrichment for 0.05 USDC. Base and Solana. Real-time snapshot with timestamp.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-tools-solscan-trending",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-tools-solscan-trending"
}
