Create a 0x API Key
1. Create a 0x Account
To create an account on the 0x Dashboard, click Sign Up, enter your name, email address and password, and click Continue

2. Create a Team
Once verified, you’ll be prompted to create a team on 0x. Decide on a team name and select the type of project you are building. You can share this account with your teammates.

3. Tour the Dashboard
3.1 Create an App
Click Create an app to get a live API key that has access to multiple 0x products.

From the pop-up, enter your app’s name and which 0x products (Swap API and Gasless API) should be enabled for this API key, then click Continue.
You can still update which 0x products this key can access even after the app is created.

3.2 Reveal Your API Key
This key is unique and tied to your app. Do not share it. You can also create additional API keys for the app if you need them.
Your API keys will allow you to authenticate requests on 0x. Remember to specify the key in your requests via the 0x-api-key header parameter:

You can always find your API key again by selecting the desired App in the dashboard and revealing the API key.
3.3 Make Your First 0x API Call
Run this curl request to see a live quote response for selling 100,000 WETH to buy DAI on Ethereum Mainnet:
You will receive a response that looks like this:
Expand to see response
This is a valid unsigned Ethereum transaction that can be signed and submitted directly to a node to complete the swap. Read more about the parameters here.
To find a list of all networks supported by 0x, check out the 0x Cheat Sheet.
4. Manage Your App
From the main dashboard screen, you can see all the apps you have created:

Click on an App to open up details about its API request health:

For each App, you can see the following:
5. Manage Your Account
You can find additional settings to manage your account from Your Account Avatar in the top-right corner.

- Settings - You can see your full name, team name, and account email, as well as change your password.
- Docs - Jump into our developer docs and start building
- Help Center - Need help? Check out our commonly asked questions in the help center.
- Trade Analytics API - Trade Analytics API offers programmatic access to historical trades initiated through your apps via 0x Swap and Gasless APIs. Formatted for direct analytics use, this data enables you to derive actionable insights and business intelligence from your app’s trading activity.
The response includes comprehensive details for each trade, including the transaction hash, allowing you to verify the data on-chain.
6. Have a Question?
If you are logged-in to the 0x Dashboard, you have a direct line to our team via the Pylon Messenger for Developer Support in the bottom right of the dashboard.

Additionally, the 0x Help Center is a great place to start if you have questions about 0x subscriptions, integration best practicies, and troubleshooting guides.
7. Start Building
Now that you have a live API key, dive into our building resources and start building!
Easily add crypto trading with one API, accessing 150+ exchanges and thousands of tokens.
Enable seamless DeFi transactions by abstracting gas and token approvals.
Access actionable insights from historical trades executed through your apps.
Learn about the fundamentals of 0x.