High-Level APIs Become Blockchain Moat
Auston Bunsen, Co-Founder of QuickNode, on the infrastructure of multi-chain
The real moat shifts from raw node access to precomputed answers that save developers from learning blockchain internals. Basic RPC access is easy to swap across providers, but higher level APIs for wallet balances, NFT ownership, and transfer history bundle indexing, caching, and chain specific logic into one call. That makes blockchain infrastructure feel more like Twilio or Plaid, where the customer pays for convenience and speed to product, not just server time.
-
Under the hood, getting something as simple as current NFT owner or complete transfer history usually means scanning chain data, decoding events, and maintaining indexes. QuickNode describes its own stack as adding caching and indexing on top of raw JSON RPC, and its NFT API markets owner and transfer lookups as one call.
-
This is why custom APIs create stickiness even when core infrastructure does not. QuickNode says switching among providers is relatively quick unless a customer uses custom APIs. Alchemy sells the same pattern with enhanced NFT and Transfers APIs that return wallet activity and NFT data without customers scanning the chain themselves.
-
The competition becomes a product race around which annoying workflow gets abstracted next. In the interview, QuickNode frames the market as providers finding heavily used low level methods, then indexing, caching, and packaging them into easier endpoints. Infura also went deeper on this model with transaction relay features that handle conditions and retries for developers.
Going forward, blockchain infrastructure will keep moving up the stack toward intent based APIs that answer business questions directly. Providers that can turn raw chain data into simple calls across many networks will win more Web2 style teams, and those APIs will become the main lever for pricing power, retention, and expansion beyond commodity RPC.