check_honeypot
Simulate a sell order through Jupiter to check if a Solana token is a honeypot. Returns whether the token is sellable with zero cost.
Instructions
Check if a Solana token is a honeypot by simulating a sell order through Jupiter. Zero cost — only requests a quote. Returns whether the token is sellable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint address | |
| amount | No | Raw token amount to simulate selling (default: 1000000) |