This is the first change to how you access SQD data since we opened up public datasets in 2023. If you’re on SQD Cloud, this won’t affect you. If you are self-hosting a squid or are otherwise calling gateway endpoints from outside of SQD Cloud, read on.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Starting Monday, May 19 at 12:00 UTC (two weeks from today), external calls to gateway endpoints will need an API key. Same endpoints, same data, same response shapes, just authenticated. Unauthenticated requests will return HTTP 401 from that point.
What to do
On SQD Cloud
Nothing on your side. Squids running in Cloud keep working through the cutoff and after.
Accessing SQD data with API keys
If you’re hitting gateway endpoints from outside Cloud, generate an API key and attach it to your requests.
What’s next
Portal is where we’re investing going forward. Later this year, gateways will be sunset. We’ll share the date as soon as we have it. Before that, some datasets will be deprecated entirely. API keys are coming to Portal in the next phase too, alongside pricing tiers.FAQ
Does this affect squids running in SQD Cloud?
Does this affect squids running in SQD Cloud?
No. Cloud squids keep working as-is. The change only affects requests to gateway endpoints from outside Cloud.
What happens if I don't add an API key by May 19?
What happens if I don't add an API key by May 19?
Requests without a key will return HTTP 401 from 12:00 UTC on May 19 onwards.
Can I start using an API key today?
Can I start using an API key today?
Yes. Keys are live now. Generate one, attach it to your requests, and you’re set ahead of the cutoff.
Does this affect Portal?
Does this affect Portal?
Not yet. Portal API keys are coming in the next phase, alongside pricing tiers. We’ll give the same kind of notice before that lands.
When are the gateways shutting down?
When are the gateways shutting down?
Later this year. We’ll announce a specific date separately. Some datasets will be deprecated entirely before then.
My squid uses RPC, not a gateway. Am I affected?
My squid uses RPC, not a gateway. Am I affected?
No. If your processor doesn’t have a
.setGateway() call, this change doesn’t apply.