coinbase-openapi-skill

Interact with Coinbase Advanced Trade REST APIs for market data, accounts, and orders.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill coinbase-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coinbase-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/coinbase-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill coinbase-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with the Coinbase Advanced Trade REST APIs programmatically, enabling automated trading operations and data retrieval without manual intervention.

Core Features & Use Cases

  • Market Data Access: Retrieve product information and best bid/ask prices.
  • Account Management: View account summaries and balances.
  • Order Execution: Create and cancel spot orders.
  • Use Case: Automate the process of checking Bitcoin's price, placing a buy order if it drops below a certain threshold, and then monitoring its status.

Quick Start

Use the coinbase-openapi-skill to list available spot products.

Frequently Asked Questions about coinbase-openapi-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Coinbase Advanced Trade REST API operations programmatically?

You can automate Coinbase Advanced Trade REST API operations by using this Skill to access market data, manage accounts, and execute spot orders through programmatic interaction without manual intervention.

What authentication is needed for Coinbase Advanced Trade API private endpoints?

Coinbase Advanced Trade API private endpoints require JWT bearer authentication. You must externally generate short-lived JWTs to gain private API access for account management and order execution.

Can I place spot orders through the Coinbase API using this integration?

Yes, you can create and cancel spot orders through the Coinbase API. The integration includes explicit guardrails for high-risk write operations like order execution to ensure safe automated trading.

How do I retrieve market data like best bid/ask prices from Coinbase?

You retrieve market data from Coinbase by using the OpenAPI schema-driven discovery to access product information and best bid/ask prices through the REST API endpoints available in this Skill.

Does the Coinbase API Skill support OpenAPI schema discovery?

Yes, the Coinbase API Skill supports OpenAPI schema-driven discovery, allowing you to programmatically identify and interact with available Coinbase Advanced Trade REST API endpoints.

What limitations exist for high-risk write operations on the Coinbase API?

High-risk write operations like order execution on the Coinbase API are governed by explicit guardrails within this Skill, and private API access requires you to externally generate short-lived JWTs rather than handling authentication internally.