Account Creation
How to create an account and access for 0xAPI
Setup Steps
1. Create Account
Visit the application dashboard to create your account.
2. Choose Subscription Plan
The current access for data APIs is free, but rate limited. In the future, user will be required to navigate to the Pricing page to select a plan that matches your needs.
If you’d like to remove rate limits or are looking for custom APIs, please select Enterprise and connect with our team.
3. Generate API Key
An API key is required to access the 0xAPI endpoints. This API key is currently shared among all of Ormi’s data solutions.
Go to the API Keys Page to create your API key.
After clicking the ‘Create API Key’ button in the top-right corner, your API key will be generated. You can then copy and paste it for querying 0xAPI endpoints.
Warning: Always handle your API keys securely. Do not expose them in client-side code or share them publicly. Store them in a secure location, such as environment variables, and rotate them regularly to minimize security risks. If compromised, regenerate your API key immediately. For public repositories, store API keys in a .env file and add .env to .gitignore to prevent accidental exposure in your codebase.
You are all set and ready to query 0xAPI endpoints here:
Access Now
Access Data APIs Now for Free