Portal Community

Shared Config Keys

KeyAdvanced TradeServer Wallet
resource✓ Required✓ Required
operation✓ Required✓ Required
credentialId✓ Required — CDP API key✓ Required — CDP API key
walletSecretCredentialIdn/aRequired for fund-moving and fail-closed operations — see each resource page
networkn/a — always production Coinbase exchangeOptional on network-scoped operations — see Networks

Every operation also accepts its own operation-specific fields, documented on that resource's page.

Output Envelope

Both node types share the same output convention: every successful operation returns items[], wrapping either a single record or a list, via the shared WrapJsonIntoItems/WriteOutputData helpers.

Error Surface

A failed operation writes an error code and message to the node's Error output port (via resultManager.SetResultAsError) instead of populating items[]. See Troubleshooting for the full code taxonomy of both variants.

Missing-credential messages are explicit. Both executors return a plain-English error — e.g. "Coinbase Advanced Trade requires a CDP API key credential with both a Key ID and a private key. Configure 'credentialID' on this node to a vault entry containing both fields." — rather than a raw HTTP 401, so misconfiguration is diagnosable without reading logs.