> ## 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 CDP API

> Crypto infrastructure all in one place

## Your one-stop shop for crypto infrastructure

The Coinbase Developer Platform (CDP) is your one-stop shop for crypto infrastructure. One API key unlocks the full suite: accept payments, issue stablecoins, create wallets, execute trades, build with onchain tools, and onboard customers to Coinbase's compliance program. No blockchain complexity required.

## What you can build

<CardGroup cols={2}>
  <Card title="Wallets" icon="wallet" href="/wallets/overview">
    Custodial, non-custodial, and agentic wallets
  </Card>

  <Card title="Payments" icon="arrow-right-arrow-left" href="/payments/overview">
    Deposit destinations, transfers, and payment methods
  </Card>

  <Card title="Stablecoins" icon="coin" href="/custom-stablecoins/overview">
    Issue and manage your own stablecoin on Base
  </Card>

  <Card title="Trading" icon="chart-candlestick" href="/trade-api/welcome">
    Trade API and Staking API
  </Card>

  <Card title="Onchain Tools" icon="wrench" href="/onchain-tools/overview">
    Paymaster, Data, and AgentKit
  </Card>
</CardGroup>

## Get started

Authenticate with a single API key to access every CDP service.

<CardGroup cols={2}>
  <Card title="Get an API key" icon="key" href="https://portal.cdp.coinbase.com/projects/api-keys">
    Create a project and generate your API key in the CDP Portal
  </Card>

  <Card title="Authentication guide" icon="lock" href="/api-reference/v2/authentication">
    Learn how to sign requests and connect to the API
  </Card>
</CardGroup>

## OpenAPI Spec

<Card title="Download OpenAPI Spec" icon="download" href="https://docs.cdp.coinbase.com/api-reference/v2/cdp-api-v2.yaml">
  To use with Postman or to generate client SDKs.
</Card>
