List Accounts logo

Catalog action Integrations coinbase-business

List all Coinbase Business accounts with balances and currency details. Returns account information including wallet type, balance, and supported currencies. Ideal for: treasury overview, balance monitoring, portfolio tracking, account discovery.

At a Glance

FieldValue
Action IDcoinbase-business-list-accounts
CategoryIntegrations
Connectorcoinbase-business
Requires gasNo
Funds movementNone declared
Tagscoinbase, accounts, crypto, finance, balance, read

Payload Schema

FieldTypeRequiredDescription
apiKeyNamestringNoCDP API Key Name (overrides connector)
apiKeySecretstringNoCDP API Key Secret (overrides connector)

Result Schema

FieldTypeRequiredDescription
accountsarrayYesList of accounts

Examples

json
{ "type": "coinbase-business-list-accounts", "payload": { "apiKeyName": "configured-in-b3os", "apiKeySecret": "configured-in-b3os" }, "children": [], "connector": { "type": "coinbase-business", "id": "conn_coinbase_business" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I