Introduction

This documentation covers the basics required to build integrations with the platform.

API wallets

API wallets are developer-owned or frontend-generated wallets authorized by the main trading account to sign trade transactions.

  • Always pass the original account-holding wallet address in the relevant info API—not the API wallet address.

  • An API wallet is required to execute all trade transactions. You can generate one herearrow-up-right.

Backend API key

All backend endpoints are publicly accessible. However, to prevent hitting rate limits quickly, requests must include the x-api-key header. You can request an API key by creating a support ticket arrow-up-righton our Discord.

Example repo

All integration examples are implemented in TypeScript and maintained in this example repositoryarrow-up-right.

Last updated