Coinbase Brings SQL Queries to Solana Data: CDP SQL API Is Live
The Coinbase Developer Platform's SQL API now supports Solana: on-chain data becomes queryable via SQL — initially focused on SPL Token and Token-2022 transfers, without running your own indexer or decode pipeline.
What Happened
The SQL API of the Coinbase Developer Platform (CDP) is live for Solana. Developers can query on-chain data directly via SQL — initially focused on SPL Token and Token-2022 transfers and instructions. Per the announcement, the service targets response times under 500 milliseconds, billed pay-as-you-go with a free tier available.
What It Saves
Anyone wanting to analyze token activity on Solana previously needed their own chain of indexer, data warehouse, and decode logic — infrastructure that wants maintenance before the first query runs. The SQL interface replaces that substructure with a query: useful for portfolio and analytics tools, ops dashboards, and monitoring applications.
Part of the context is the status: the surface is new and initially limited to token tables; production users should check data freshness and rate limits against their own requirements.
The Context
The ecosystem’s data layer keeps broadening — after the open-sourcing of the canonical asset registry of tokens.xyz, a SQL access layer from a major platform provider joins. Coinbase is expanding its Solana integration on the consumer side in parallel — most recently with the Launches section routed via Jupiter.
Note: This is reporting, not investment advice.
What to Watch
- Which tables and data domains get added beyond token transfers
- How data freshness and limits hold up in production use
- Whether more platform providers open comparable query layers for Solana
Sources
- Coinbase Developer Platform — Announcement on X · SQL API documentation
- SOLANA·HUB news: tokens.xyz open-sourced · Coinbase Launches with Jupiter