Exchange connection endpoints. All require JWT authentication.
DEX Management
| Endpoint | Method | Description |
|---|
/api/connections/supported-dexs | GET | List all supported exchanges |
/api/connections/connect | POST | Connect to a DEX |
/api/connections/disconnect/{dex} | DELETE | Disconnect from a DEX |
/api/connections/status | GET | Get your connection statuses |
/api/connections/verify/{dex} | POST | Verify a connection is working |
Ethereal Linked Signer
| Endpoint | Method | Description |
|---|
/api/connections/ethereal/prepare-link | POST | Prepare a linked signer transaction |
/api/connections/ethereal/complete-link | POST | Complete the linked signer flow |