Welcome
The VelumX Relayer API provides the infrastructure layer for gasless transaction sponsorship on Stacks. While we recommend using the VelumX SDK, you can interact with the Relayer directly via these REST endpoints.VelumX Relayer Endpoints
Explore the interactive API playground
Authentication
All API endpoints require a valid project API Key passed in thex-api-key header. You can generate and manage your keys in the VelumX Dashboard.
[!WARNING]
Never expose your velumx_live_ keys in client-side code. Always use a backend proxy for production environments.