Config coinbase
(Created page with "The '''config coinbase''' command establishes a connection to a Coinbase account. This operation is essential to authorize the use of UBot Studio with your Coinbase account. ...") |
|||
Line 1: | Line 1: | ||
− | + | '''config coinbase''' establishes a connection to a Coinbase account. | |
− | + | The config command will allow you to provide your credentials to automatically log you in to Coinbase. | |
== Parameters == | == Parameters == | ||
− | '''API Key:''' | + | '''API Key:''' Your Coinbase API key. This is used to authenticate your account with Coinbase. |
− | '''API Secret:''' | + | '''API Secret:''' This is the API secret associated with your Coinbase API key. It is used to further authenticate your access to Coinbase. |
− | '''Passphrase:''' | + | '''Passphrase:''' This is the passphrase provided to you by Coinbase for extra security when connecting to the API. |
== Example == | == Example == | ||
<pre> | <pre> | ||
− | config coinbase("your api key | + | config coinbase("your api key", "your api secret", "your passphrase") |
</pre> | </pre> | ||
− | + | In this script, replace "your api key", "your api secret", and "your passphrase" with your actual API key, API secret, and passphrase respectively. | |
− | + | Please remember that your API key, API secret, and passphrase are sensitive information and should not be shared or exposed to others. If you need to show someone your script, ensure to remove these details first. |
Latest revision as of 16:29, 4 July 2023
config coinbase establishes a connection to a Coinbase account.
The config command will allow you to provide your credentials to automatically log you in to Coinbase.
[edit] Parameters
API Key: Your Coinbase API key. This is used to authenticate your account with Coinbase.
API Secret: This is the API secret associated with your Coinbase API key. It is used to further authenticate your access to Coinbase.
Passphrase: This is the passphrase provided to you by Coinbase for extra security when connecting to the API.
[edit] Example
config coinbase("your api key", "your api secret", "your passphrase")
In this script, replace "your api key", "your api secret", and "your passphrase" with your actual API key, API secret, and passphrase respectively.
Please remember that your API key, API secret, and passphrase are sensitive information and should not be shared or exposed to others. If you need to show someone your script, ensure to remove these details first.