Changelog
What changed in Triport and when it reached production: networks, methods, streams, API behaviour, documentation and pricing. Reference for every method lives in the documentation. RSS feed
September 2026
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.
August 2026
Streams catalog and Solana stream pages
A new /streams section lists the real-time channels Triport offers, with dedicated pages for Yellowstone gRPC and the Solana pre-execution stream.
July 2026
Solana pre-execution transaction stream
The new WebSocket stream /ws/sol-preexec delivers Solana transactions decoded from the leader's shreds, before they execute. It is available on Pro and above; Pro connections filter by up to 50 accounts, Business by up to 200.
API keys now use the tri_live_ prefix
New API keys are issued with the tri_live_ prefix. Keys issued earlier with the nl_live_ prefix keep working unchanged, so no client update is needed.
Documentation reorganized by network
The documentation now starts from the network: each chain has its own home page, with sections and methods underneath it. Old method URLs redirect permanently to their new location.
New plan prices — Basic $20, Pro $249, Business $499
Paid plans are now Basic at $20/month, Pro at $249/month and Business at $499/month, with Enterprise from $999/month.