Get Account logo

Catalog action Integrations coinbase-business

Get details of a specific Coinbase Business account by ID or currency code. Returns account information including balance, currency details, and account type. Ideal for: balance checks, account verification, pre-transfer validation, currency lookup.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
accountIdstringYesAccount UUID or currency code. Accepts either format: currency code like 'USDC', 'BTC', 'ETH' (resolved automatically) or the account UUID. Returns the account's UUID in result.id, which is needed by address actions (create-address, list-addresses, etc.).
apiKeyNamestringNoCDP API Key Name (overrides connector)
apiKeySecretstringNoCDP API Key Secret (overrides connector)

Result Schema

FieldTypeRequiredDescription
idstringYesAccount ID
namestringYesAccount name
typestringYesAccount type
currencyobjectYesCurrency details
balanceobjectYesAccount balance
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Examples

json
{ "type": "coinbase-business-get-account", "payload": { "accountId": "example-accountId" }, "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