> ## 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.

# API Overview

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>;

We offers multiple APIs to fully harness Relay's tools. You can use our APIs for instant bridging or cross-chain execution.

<SdkRecommendWarning sdkLink={true} />

| API                                                               | Description                                                     |
| ----------------------------------------------------------------- | --------------------------------------------------------------- |
| [Get Chains](/references/api/get-chains)                          | Returns all possible chains available                           |
| [Get Config](/references/api/get-config)                          | Returns solver capacity data & user data                        |
| [Get Intent Status](/references/api/get-intents-status)           | Returns current status of intent                                |
| [Get Transaction Status](/references/api/get-transactions-status) | Returns current status of Transaction                           |
| [Get Request](/references/api/get-requests)                       | Returns all the cross chain transactions                        |
| [Execute Call](/references/api/execute-call)                      | Submit a series of transactions to be executed on another chain |
| [Intents Trigger](/references/api/intents-trigger)                | Submit intent                                                   |
