返回 Skill 市集

Market Data

Coinbase Automation

Coinbase Automation automates retrieval and management of Coinbase wallets, accounts, and portfolio data via the Coinbase CDP SDK and the Rube MCP server.

45 天前更新1 分鐘內設定完

總覽

Coinbase Automation automates retrieval and management of Coinbase wallets, accounts, and portfolio data via the Coinbase CDP SDK and the Rube MCP server.

Coinbase Automation automates retrieval and management of Coinbase wallets, accounts, and portfolio data via the Coinbase CDP SDK and the Rube MCP server. Key features include the COINBASE_LIST_WALLETS tool with pagination controls (limit 1–100, order asc/desc, starting_after, ending_before), built-in workflows to iterate pages until complete inventory is obtained, and a portfolio audit flow that aggregates balances and metadata across all wallets. Typical use cases are periodic portfolio reporting, compliance and audit data collection, bookkeeping integration, and real-time monitoring pipelines. Core advantages are reliable handling of large wallet sets through cursor-based pagination, reduced manual effort and errors, easy integration into automation stacks (requires an active coinbase toolkit connection via RUBE_MANAGE_CONNECTIONS), and scalable data aggregation for analytics and alerts.

Skill.md

這個 Skill 如何運作

Coinbase Automation automates retrieval and management of Coinbase wallets, accounts, and portfolio data via the Coinbase CDP SDK and the Rube MCP server.

SKILL.mdALPHIO / 已驗證

Automate Coinbase operations including listing cryptocurrency wallets, paginating through wallet collections, and retrieving portfolio data.

Toolkit docs: composio.dev/toolkits/coinbase


Setup

This skill requires the Rube MCP server connected at https://rube.app/mcp.

Before executing any tools, ensure an active connection exists for the coinbase toolkit. If no connection is active, initiate one via RUBE_MANAGE_CONNECTIONS.


Core Workflows

1. List All Wallets

Retrieve all wallets from Coinbase with pagination support.

Tool: COINBASE_LIST_WALLETS

Key Parameters:

  • limit -- Results per page (1--100, default: 25)
  • order -- Sort order: "asc" (ascending) or "desc" (descending, default)
  • starting_after -- Cursor for forward pagination: ID of the last wallet from the previous page
  • ending_before -- Cursor for backward pagination: ID of the first wallet from the previous page

Example (first page):

Tool: COINBASE_LIST_WALLETS
Arguments:
  limit: 50
  order: "desc"

Example (next page):

Tool: COINBASE_LIST_WALLETS
Arguments:
  limit: 50
  order: "desc"
  starting_after: "wallet_abc123_last_id_from_prev_page"

2. Paginate Through All Wallets

To retrieve a complete wallet inventory, iterate through pages.

Steps:

  1. Call COINBASE_LIST_WALLETS with desired limit and order
  2. If the response contains more results, note the ID of the last wallet returned
  3. Call COINBASE_LIST_WALLETS again with starting_after set to that last wallet ID
  4. Repeat until no more results are returned

3. Audit Wallet Portfolio

Retrieve wallet data for portfolio analysis and reporting.

Steps:

  1. Call COINBASE_LIST_WALLETS with limit: 100 to maximize per-page results
  2. Collect wallet balances and metadata from each page
  3. Aggregate data across all pages for a complete portfolio view

4. Monitor Wallet Changes

Periodically list wallets to detect new additions or changes.

Steps:

  1. Call COINBASE_LIST_WALLETS with order: "desc" to get newest wallets first
  2. Compare against previously stored wallet IDs to identify new entries
  3. Schedule periodic checks for continuous monitoring

Known Pitfalls

PitfallDetail
Pagination requiredWallet lists are paginated. Always check for additional pages using cursor-based pagination (starting_after/ending_before).
Limit boundsThe limit parameter accepts 1--100. Values outside this range cause errors. Default is 25.
Cursor-based paginationUses wallet IDs as cursors, not page numbers. You must extract the last/first wallet ID from each response to navigate pages.
CDP SDK scopeThis tool uses the Coinbase CDP SDK. Available operations depend on the API key permissions granted during connection setup.

Quick Reference

Tool SlugDescription
COINBASE_LIST_WALLETSList cryptocurrency wallets with pagination

Powered by Composio

最適合用於

何時使用

Coinbase Automation automates retrieval and management of Coinbase wallets, accounts, and portfolio data via the Coinbase CDP SDK and the Rube MCP server.

01 · 會前準備

準備決策簡報

在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作

統一交接標準

讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新

更新投資邏輯

出現新催化劑、KPI 發布或財報結果後,更新情境假設。

社群回饋

越用越好用。

隨著 Skill 被使用與評審,回饋將顯示在這裡。

提交回饋

探索更多

相關 Skills

查看全部
免費開始