> ## Documentation Index
> Fetch the complete documentation index at: https://unevenlabs-ted-add-sdk-methods.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Execute Call

> This API submits a series of transactions to be executed on another chain.

export const SdkRecommendWarning = ({sdkLink}) => <Warning>
We recommend using the SDK over our APIs. The SDK will iterate the steps and return useful callback information. The APIs will require iterating through the <a href="/references/api/step-execution">steps</a> manually.<br />
{sdkLink ? <b style={{
  marginTop: "10px",
  display: "block"
}}>Get started with the Relay SDK <a href="/references/sdk/getting-started">here</a>.</b> : null}
</Warning>;

<SdkRecommendWarning sdkLink={true} />
