api.getplexa.com publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/pretrade/check | POST | $0.05 | 402 |
| /v1/quote | POST | $0.02 | 402 |
| /v1/rug-check | POST | $0.05 | 402 |
Plexa /v1/pretrade/check — pre-trade token safety check on Base: can you still sell this token? avoid fires only on a trap proven on-chain now: no pool to exit into, an exit pot under 5% of your size,…
Plexa /v1/quote — executable swap quote: the realizable fill price at your trade size, not a mid/spot price feed. Returns price impact (bps), worst-case slippage, depth and the per-leg route across Ba…
Plexa /v1/pretrade/check — pre-trade token safety check on Base: can you still sell this token? avoid fires only on a trap proven on-chain now: no pool to exit into, an exit pot under 5% of your size,…