Skip to main content
Documentation

Euclid Protocol Docs

Explore guides, API references, and architecture notes to integrate Euclid's unified liquidity layer into your product.

Euclid lock illustration

Start building with Euclid

Navigate the docs by workflow, protocol layer, or smart contract integration.

Why teams choose Euclid

Easy to integrate

Euclid APIs are designed to plug into production apps with minimal overhead.

Permissionless by default

Integrate instantly on-chain or in an interface without access gating.

Modular architecture

Compose liquidity, routing, and settlement across chains and protocols.

Try it out

Use the REST API to simulate swaps and build routing flows.

Quick actions
View docs for Get Routes
Request
curl -X 'POST' \
'https://testnet.api.euclidprotocol.com/api/v1/routes' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"external": true,
"token_in": "euclid",
"token_out": "0g",
"amount_in": "1000000",
"chain_uids": []
}'