For the complete documentation index, see llms.txt. This page is also available as Markdown.

Types

We recommend using the types from our npm package. If you are using our API without our SDK, you can find the types inside node_modules/@0xsquid/sdk/dist/types/index.d.ts after

import { Token, ChainData } from '@0xsquid/sdk/dist/types'

Last updated