Skip to main content

Documentation Index

Fetch the complete documentation index at: https://unevenlabs-ted-sdk-integration-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

PropertyDescriptionRequired
originChainIdThe chain id to deposit funds on
destinationChainIdThe chain id to execute the txs on
userThe address of the user
currencyThe address of the currency

Example

import { getClient } from '@reservoir0x/relay-sdk'

const solverCapacity = await getClient()?.methods.getSolverCapacity({
  destinationChainId,
  originChainId,
})