madeonsol_token_batch
Bulk lookup of up to 50 Solana token mints in one request. Uses batched database queries and parallel RPC fan-outs to reduce cost by 10-20x compared to sequential calls.
Instructions
Bulk lookup of up to 50 mints in one request. Returns the same per-mint shape as madeonsol_token_get. DB queries batched with IN(...); dex-stream + RPC fan-outs run in parallel. ~10-20× cheaper than N sequential calls — ideal for sniper pipelines scoring many tokens at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mints | Yes | 1–50 base58 Solana token mints |