API Key Authentication
All programmatic access to the Limitless Exchange API requires an API key.Getting an API Key
Log in to Limitless Exchange
Go to limitless.exchange and connect your wallet.
Using Your API Key
Include the key in all requests via theX-API-Key header:
Authentication Methods
| Method | Header | Status |
|---|---|---|
| API Key | X-API-Key: lmts_... | Required for programmatic access |
| Cookie Session | Cookie: limitless_session=... | Deprecated (removal imminent) |
Migration from Cookie to API Key
Checksummed Addresses
All Ethereum addresses in API requests must use checksummed format (EIP-55 mixed-case):x-accountheadermakerandsignerfields in orders
0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed
Your private key is still required for EIP-712 order signing, but the API key handles request authentication.