> ## Documentation Index
> Fetch the complete documentation index at: https://layerswaplabsv0-main-depositactionsguide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API Integration

## Overview

Layerswap API is set to enable fast and reliable crypto token swaps across networks

Layerswap handles millions of dollars in transactions every day across multiple networks. We ensure quick and reliable crypto transfers, giving the freedom to move crypto anywhere.

## Quickstart

<Steps>
  <Step title="Get Routes">
    Get supported sources/networks, available routes and swap fees.
  </Step>

  <Step title="Create Swap">
    Create Swap using the Layerswap API.
  </Step>

  <Step title="Execute Transfer">
    Use the `deposit_actions` from the swap response to submit a transaction on the source chain. See [Handling Deposits](/api-reference/deposit-actions/overview) for chain-specific guides.
  </Step>

  <Step title="Status (Optional)">
    Poll via Get Swap endpoint to see if the matching transaction Input was added to the swap
  </Step>

  <Step title="Webhook (Optional)">
    If the webhook is configured, Layerswap will deliver a swap status update notification to the partner-specified URL
  </Step>
</Steps>
