Skip to main content
TL;DR: Updated SDK and types packages are published, free plan requests are now rate-limited with a configurable block rate, and public RPCs are included in the RPC race for better reliability.

SDK & Types Package Release

New versions of @mobula/sdk and @mobula/types are published:
  • All recent endpoint additions and schema changes are reflected
  • Date fields use Zod coercion to handle API string serialization correctly
  • Available via npm for downstream consumers

Free Plan Rate Limiting

Free plan API keys now enforce a configurable punishment block rate:
  • Default block rate set to 100% when the free plan limit is exceeded
  • Configurable via DEBUG_LOGS=rate-limits for visibility
  • Plan key is logged for all rate-limit events to aid debugging

Public RPCs in RPC Race

Public RPC endpoints are now included alongside capped private RPCs in the race:
  • Improves fallback coverage when private RPC capacity is exhausted
  • Reduces failed calls during RPC provider incidents

Shipped by Delox & Sanjay