Base URL
All affiliate endpoints are versioned in the path, for example
POST /affiliate/v1/quotes/best.
Swagger
Explore available endpoints, request parameters, and response formats in the interactive API reference:Affiliate API (Swagger)
Endpoints, schemas, and example requests for the affiliate API used by wallets, exchanges, and apps.
Resolver API (Swagger)
Protocol API endpoints that resolvers call on Utexo.
Code examples
The examples in this documentation call the REST API directly withfetch and sign approvals with standard chain libraries (viem, TronWeb, @solana/web3.js, or a Bitcoin wallet that supports signPsbt). No Utexo-specific client library is required.