Skip to main content
The Flipside API gives you programmatic access to blockchain data, queries, AI agents, and automations. All endpoints are available at https://api.flipsidecrypto.xyz/public/v3.

Authentication

All API requests require an API key passed in the x-api-key header.
curl -H "x-api-key: YOUR_API_KEY" https://api.flipsidecrypto.xyz/public/v3/queries

Getting an API Key

1

Log in to Flipside

Go to flipsidecrypto.xyz and sign in to your account.
2

Navigate to API Keys

Go to SettingsAPI Keys.
3

Create a key

Click Create API Key. Copy your key and store it securely — it won’t be shown again.

Rate Limits

API keys are subject to rate limits based on your plan. Contact [email protected] if you need higher limits.

Base URL

All endpoints use the following base URL:
https://api.flipsidecrypto.xyz/public/v3

What You Can Do