Changelog — September 2026
9 changes shipped in September 2026, newest first.
Streaming docs show the status of every channel
The streaming overview now has a Status column for each channel that says whether it is live and how that was checked.
Wallet Research for EVM addresses
GET /v1/wallet/{address}/research reads an EVM address's transactions, volumes, counterparties, bridge flows and approvals over a chosen period. It is available on Business and Enterprise.
Wallet Identity API for EVM addresses
GET /v1/wallet/{address}/identity returns an EVM address's on-chain names, balances, activity summary and labels on Ethereum, Base, Polygon, BNB Smart Chain, Robinhood Chain and TRON. A batch endpoint profiles up to 100 addresses per call on Business and 500 on Enterprise, with filters.
Base JSON-RPC
Base mainnet (chain ID 8453) is available at /rpc/base over JSON-RPC. Capabilities that are published but not sold yet are listed separately on the Base page.
Robinhood Chain JSON-RPC
Robinhood Chain mainnet is available at /rpc/robinhood over JSON-RPC. The docs cover archive depth, pending-state behaviour and gas for this L2.
BNB Smart Chain JSON-RPC
BNB Smart Chain mainnet is available at /rpc/bsc with read-only JSON-RPC, including txpool methods for pending transactions. BSC has no WebSocket subscriptions.
Stellar Soroban RPC, Horizon and SSE streams
Stellar is available at /rpc/stellar (Soroban RPC) and /rpc/stellar/horizon (Horizon REST), both read-only. Two Horizon server-sent event streams deliver new ledgers and transactions from the moment you connect.
TON JSON-RPC
TON mainnet is available at /rpc/ton with read-only JSON-RPC methods. The docs state how much history the nodes keep and which error a request outside that window returns.
TRON JSON-RPC and wallet API
TRON mainnet is available at /rpc/tron with read-only JSON-RPC methods and wallet HTTP operations. eth_getLogs covers up to 100 blocks per request.