check_honeypot
Simulate a sell order through Jupiter DEX to check if a Solana token is a honeypot. Zero cost, read-only operation with no transaction executed.
Instructions
Check if a Solana token is a honeypot by simulating a sell order through Jupiter DEX. Zero cost — only requests a quote, no actual transaction is executed. Returns a JSON object with isHoneypot (boolean) and sellability details. This is a read-only operation with no on-chain side effects or gas costs. Use this when you only need to verify sellability; use check_token_safety for a broader 8-layer analysis, or full_token_scan for the most comprehensive 10-layer scan including market data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint address | |
| amount | No | Raw token amount to simulate selling (default: 1000000) |