*** title: Get Started with Gasless API description: Learn how to send your first Gasless API request. -------------------------------------------------------------- ## About Gasless API [Gasless API](../introduction) allows developers to create the smoothest trading experience in DeFi by abstracting away the complexities related to approvals, allowances, and swaps for their users. Enabling Gasless API in your app allows you to: * build more intuitive user interfaces and user flows in your applications * improve your conversion funnel drop-offs due to insufficient gas, and * set yourself up to easily onboard the next wave of users into Web3. Make sure to read [Understanding Gasless API](/docs/gasless-api/guides/understanding-gasless-api) for an in-depth understanding of how it works, key terms, and technical flow charts for how to implement in-app. ## Try It Out ### Example Code Follow along locally with the example code: [https://github.com/0xProject/0x-examples/tree/main/gasless-v2-headless-example](https://github.com/0xProject/0x-examples/tree/main/gasless-v2-headless-example) ### Playground Try this code example directly in your browser—no installation needed!