API
Connect to our API
Squid's provides a REST API which can be used to find a route between any asset on any of our supported chains. You can also track the status of a transaction through Squid and request data about our supported chains and assets.
A user can build complex cross-chain transactions and flows using the responses provided by our api.
Types
For now, we recommend using our SDK to get the up to date types. You can find them inside
node_modules/@0xsquid/sdk/dist/types/index.d.ts
after Installing our SDK
Last updated