Pendle Rate Limits
Pendle V2 API enforces rate limits using a Computing Unit (CU) model. Each endpoint has a fixed or dynamic CU cost. Free accounts are capped at 100 CU/minute and 200,000 CU/week. Paid plans scale from 500 CU/min (Starter, $10/week) up to 2,000 CU/min (Scale, $40/week). The Hosted SDK convert endpoint has dynamic costs based on which aggregators are invoked. Custom aggregator API keys passed via request headers reduce that aggregator's CU cost to zero. Rate limit headers are returned on every response; throttled requests return HTTP 429.
Pendle Rate Limits is the machine-readable rate-limit profile for Pendle on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 8 rate-limit definitions, measuring computing_units_per_minute and computing_units_per_week.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include DeFi, Yield Tokenization, Crypto, and Rate Limiting.