Get coinbase wallet data

From UBot Studio
Jump to: navigation, search

$get coinbase wallet data is a function that retrieves a list of all your Coinbase wallets.

Before calling this function, you need to set up your API and security credentials for Coinbase with the config coinbase command.

Return Value

This function will return a yaml object that contains a list of all your Coinbase wallets. Each wallet listed will include relevant information such as the wallet's name, balance, and currency.

Example

ui console view
config coinbase("your api key", "your api secret", "your passphrase")
log($get coinbase wallet data)

Be sure to replace "your api key", "your api secret", and "your passphrase" with your actual Coinbase API key, API secret, and passphrase.

This example simply logs data from your Coinbase wallets to the console.

Please remember that your API key, API secret, and passphrase are sensitive information. If you need to show someone your script, remove these details first.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox