GET /dexes endpoint. See SDK / Authorization for the full implementation guide.
Discovery
Each DEX returns anauthorizations[] array describing what approvals are needed:
Batch Authorization
Authorizations are processed in batches:- Create —
POST /createAuthorizationwith an array of desired authorizations - The backend checks which are already satisfied and returns only the ones that need signing
- Sign — User signs each returned
typedDatawith their wallet - Submit —
POST /authorizationwith all signed payloads