> ## Documentation Index
> Fetch the complete documentation index at: https://docs.relay.link/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

> Overview of the Relay API surface

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

<Info>
  The full OpenAPI specification is available at [api.relay.link/documentation/json](https://api.relay.link/documentation/json). Use it to auto-generate types, clients, or import into tools like Postman.
</Info>

## Core

[Get Quote](/references/api/get-quote-v2): Get an executable quote for a bridge, swap or call

[Execute](/references/api/execute): Execute a gasless transaction

[Get Status](/references/api/get-intents-status-v3): Returns current execution status

[Get Requests](/references/api/get-requests): Returns all relay transactions

## Utilities

[Get Chains](/references/api/get-chains): Returns all possible chains available and their configurations

[Get Chains Liquidity](/references/api/get-chains-liquidity): Returns solver liquidity balances per currency on a specified chain

[Get Currencies](/references/api/get-currencies-v2): Returns all the tokens available on a specific chain

[Get Token Price](/references/api/get-token-price): Returns the price of a token on a specific chain

[Transactions Index](/references/api/transactions-index): Notify the backend in order to fetch the traces and detect any internal deposits

[Transactions Single](/references/api/transactions-single): Notify the backend to index transfers, wraps and unwraps

[Deposit Address Reindex](/references/api/deposit-address-reindex): Reindex transactions for a deposit address

## Advanced

[Fast Fill](/references/api/fast-fill): Fast fills a destination fill
