Description Usage Arguments Value Examples
This is an auth based function. User must have valid api keys generated by GDAX which must be passed as mandatory arguments. The function takes an account id as an additional input and returns the account details for that account. The account details currently include information about the currency (fiat or crypto) and the details on the balance (total, available and help for other transactions).
1 | account(acct_id, api.key, secret, passphrase)
|
acct_id |
Mandatory character value. This is case senstivite. Must be one of the |
api.key |
Mandatory character value. This is the API key as generated by GDAX. Typically a 32 character value. |
secret |
Mandatory character value. This is the API secret as generated by GDAX. Typically a 88 character value. |
passphrase |
Mandatory character value. This is the passphrase as generated by GDAX. Typically a 11 character value. |
Dataframe with a single row, provides the currency, the current balance, available, holds and profile_id of the user.
1 2 3 4 5 | ## Not run:
account(acct_id = "9kb58e27-276s-4g99-r2v7-128723948k1c",
api.key = your_key, secret = your_api_secret, passphrase = your_api_pass)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.