GET
/
history
/
scans
curl --request GET \
  --url https://api.syrax.ai/v1/history/scans
{
  "time_taken_ms": 123,
  "total": 123,
  "status": "Success",
  "data": [
    {
      "id": "<string>",
      "token_address": "<string>",
      "scan_time": "<string>",
      "user_id": 123,
      "platform": "<string>",
      "price_usd": 123,
      "marketcap_usd": 123,
      "scan_data": {
        "created_at": "<string>",
        "completed_at": "<string>",
        "name": "<string>",
        "symbol": "<string>",
        "image_url": "<string>",
        "decimals": 123,
        "sol_in_curve": 123,
        "curve_percent": 123,
        "dev_info": {
          "dev_address": "<string>",
          "trades": 123,
          "buys": 123,
          "sells": 123,
          "tokens_held": 123,
          "tokens_transferred": 123,
          "tokens_bought": 123,
          "tokens_sold": 123,
          "sol_earned": 123,
          "sol_spent": 123,
          "tokens_created": 123
        },
        "token_matches": {
          "is_copycat": true,
          "name_matches": 123,
          "symbol_matches": 123,
          "website_matches": 123,
          "telegram_matches": 123,
          "twitter_matches": 123
        },
        "24hr_unique_traders": 123,
        "24hr_buys": 123,
        "24hr_sells": 123,
        "is_pumpfun_complete": true,
        "last_swap": "<string>",
        "last_swap_block": 123,
        "scan_count": 123
      }
    }
  ]
}
Cost per call: 1 credit

Query Parameters

limit
string

Response

200
application/json
List of recent token scans
time_taken_ms
number
required
total
number
required
status
enum<string>
required
Available options:
Success
data
object[]
required