Fast Search POST Endpoint
A new POST/api/2/fast-search endpoint is available with full Pulse-v2 filter syntax support, enabling complex multi-condition queries not possible with GET parameters.
- POST
/api/2/fast-searchaccepts full Pulse-v2 filter objects - Enables complex filtering: combine price, volume, liquidity, chain, and mode conditions
- Replaces manual filter chaining in GET requests
Transfer Tax Detection
On-chain transfer tax is now detected and exposed across the public API surface.- New
transferFeePercentagefield on/api/2/token/security(0-100 scale, mirrorsbuyFeePercentage/sellFeePercentage) - Exposed as
transferTaxinside thesecuritysub-object of/api/2/token/details,/api/2/market/details, and the pulse WebSocket stream (viaSecurityFlagsSchema) - Measured via a two-hop ERC20 transfer on the anvil fork (whale → intermediary → recipient) to avoid whale-side fee exemptions; reconciled with the higher of the simulation and honeypot.is values
- EVM only — Solana tokens return
0fortransferFeePercentage
GraphQL Subscriptions & Queries
New GraphQL subscriptions and queries are now documented and available.onBalanceUpdatedsubscription for real-time wallet balance changeswalletAggregateBackfillStatequery to track backfill progress- Documented alongside existing GraphQL API surface
Shipped by Cyril, Florent Tapponnier, Florian, Knowzzz, Maxime Eliazord, Sacha, Sandy