Authentication
The TeleSwap endpoints documented in this reference are public and require no API key. You can call them directly over HTTPS.
curl -X POST https://api.teleportdao.xyz/api/v2/teleswap/utils/wrap-and-swap-estimate \
-H "Content-Type: application/json" \
-d '{ "amountBTC": "0.001", "networkName": "optimism" }'
Third-party ID
Most endpoints accept an optional thirdPartyId. It does not authenticate the request —
it attributes the request to an integrator so they earn a share of fees. Request an ID on
Discord.
API-key-gated endpoints
A separate set of endpoints (not listed in this reference) requires an API key. Those are documented here once their list and key-issuance flow are finalized. For access in the meantime, contact the team on Discord.