# Coinbase AI integration on Definable

> Coinbase is a platform for buying, selling, transferring, and storing cryptocurrency.

## What this connects

Coinbase is a platform for buying, selling, transferring, and storing cryptocurrency.

Vendor: https://www.coinbase.com/en-in

## Tools available

**28** tools available. First 12:

- `COINBASE_GET_ASSET_DETAILS` — Get Asset Details — Retrieve detailed information about a specific asset from Coinbase International Exchange. Use to get asset status, collateral weights, and borrowing limits.
- `COINBASE_GET_EXCHANGE_CURRENCY` — Get Exchange Currency — Tool to retrieve detailed information about a specific currency from Coinbase Exchange API. Use when you need to get currency details like min/max precision, status, type (crypto/fiat), payment methods, and conversion options.
- `COINBASE_GET_INSTRUMENT_DETAILS` — Get Instrument Details — Tool to get complete details for a specific trading instrument on Coinbase International Exchange. Use when you need instrument configuration, trading parameters, margin requirements, or 24-hour statistics.
- `COINBASE_GET_INSTRUMENTS_FUNDING` — Get Historical Funding Rate — Get historical funding rates for a specific instrument from Coinbase International Exchange. Use this to retrieve funding rate history with mark price and event time data.
- `COINBASE_GET_INSTRUMENTS_QUOTE` — Get Quote Per Instrument — Tool to get the current quote for a specific trading instrument on Coinbase International Exchange. Use when you need current bid/ask prices, recent trade information, or mark prices for a trading pair.
- `COINBASE_GET_INSTRUMENTS_VOLUMES_DAILY` — Get Daily Trading Volume — Tool to retrieve daily trading volume data for specified instruments on Coinbase International Exchange. Use when you need historical volume metrics for perpetual futures or spot instruments.
- `COINBASE_GET_MARKET_PRODUCT_BOOK` — Get Market Product Book — Get the current order book (market depth) for a specific product. Returns bids, asks, last price, mid-market price, and spread information. Use when you need to analyze market depth or liquidity for a trading pair.
- `COINBASE_GET_PRODUCT` — Get Product Details — Tool to retrieve detailed information about a specific product (trading pair) from Coinbase Exchange. Use when you need to get configuration details, trading limits, or status for a specific cryptocurrency trading pair.
- `COINBASE_GET_PRODUCT_BOOK` — Get Product Order Book — Retrieves the order book for a specific product on Coinbase Exchange. The order book shows current bids (buy orders) and asks (sell orders) with their prices and sizes. Use this to analyze market depth and liquidity for trading pairs.
- `COINBASE_GET_PRODUCTS_TICKER` — Get Products Ticker — Tool to get real-time ticker information for a specific product on Coinbase Exchange. Use when you need current price, bid/ask, volume, or last trade data for a trading pair.
- `COINBASE_GET_PRODUCTS_VOLUME_SUMMARY` — Get Products Volume Summary — Tool to retrieve volume summaries for all trading products on Coinbase Exchange. Use when you need to get trading volume data across all products for 24-hour and 30-day periods.
- `COINBASE_GET_PUBLIC_MARKET_TRADES` — Get Public Market Trades — Tool to get public market trades for a specific product (trading pair). Returns recent trades along with current best bid and ask prices. Use when you need to view recent trading activity for a cryptocurrency pair on Coinbase.

## Auth

Auth schemes: `API_KEY`.

## How agents use Coinbase

Inside a Definable workflow, Coinbase is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Coinbase** — the Researcher (GPT-5.5) pulls context from Coinbase (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Coinbase** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Coinbase (create record, post message, draft email).
- **Designer / Engineer → Distributor → Coinbase** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Coinbase (attach file, open PR comment, post status).

The Verifier checks every Coinbase call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/coinbase/
- Same category (payment processing): https://definable.ai/apps/category/payment-processing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
