GET
/
token
/
scan
curl --request GET \
  --url https://api.syrax.ai/v1/token/scan
{
  "status": "Success",
  "data": {
    "time_taken_ms": 123,
    "id": "<string>",
    "scan_time": "<string>",
    "user_id": 123,
    "token_address": "<string>",
    "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: 5 credits

Query Parameters

token
string
required

Token address to scan

user
string

User ID for the scan

Response

200
application/json
Token scan results
status
enum<string>
required
Available options:
Success
data
object
required