Skip to main content

TypeScript shape

interface MobulaTokenSecurity {
  score: number | null;
  scoreUpdatedAt: number | null;
  flags: unknown | null;
}
score
Float
Mobula security score when available.
scoreUpdatedAt
Int
Unix timestamp for the latest security score update.
flags
JSON
Raw security flags from Mobula’s security engine. The exact keys vary by chain and token standard.