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

# Welcome to Coinbase App APIs

> Programmatically trade, transfer, and track your Coinbase accounts, assets, and transactions.

Coinbase App APIs let you programmatically **trade**, **transfer**, and **track** your Coinbase accounts, assets, and transactions — with a REST API, real-time WebSocket feeds, and official SDKs.

<CardGroup cols={3}>
  <Card title="Trade" icon="chart-candlestick" href="/coinbase-app/advanced-trade-apis/overview">
    Trade spot, US futures, and international derivatives with the Advanced Trade API.
  </Card>

  <Card title="Transfer" icon="arrow-right-arrow-left" href="/coinbase-app/transfer-apis/send-crypto">
    Move funds between accounts and portfolios, and send crypto onchain.
  </Card>

  <Card title="Track" icon="magnifying-glass-chart" href="/coinbase-app/track-apis/accounts">
    Read accounts, transactions, prices, and exchange rates — real-time and historical.
  </Card>
</CardGroup>

## What you can build

* **Trade programmatically** on spot and derivatives markets with [Advanced Trade](/coinbase-app/advanced-trade-apis/overview).
* **Build onchain payments** with the [Transfer APIs](/coinbase-app/transfer-apis/send-crypto).
* **Let users sign in with Coinbase** and act on their behalf using [OAuth2](/coinbase-app/oauth2-integration/overview).
* **Integrate prices and supported assets** — [supported cryptocurrencies](https://help.coinbase.com/en/supported-crypto), real-time and historical.

## Get started

<Card title="Create an API key" icon="key" href="/coinbase-app/introduction/get-started">
  Create a CDP API key, then make your first authenticated call.
</Card>

<Info>
  By accessing the Coinbase App APIs, you agree to be bound by the [Terms of Use](https://www.coinbase.com/legal/cloud/terms-of-service).
</Info>
