| Package | Description |
|---|---|
| com.coinbase.api |
| Modifier and Type | Method and Description |
|---|---|
CoinbaseBuilder |
CoinbaseBuilder.withAccessToken(String access_token)
Specify an access token to be used for authenticated requests
Coinbase client objects built using an access token are thread-safe
|
CoinbaseBuilder |
CoinbaseBuilder.withAccountId(String acct_id)
Specify the account id to be used for account-specific requests
|
CoinbaseBuilder |
CoinbaseBuilder.withApiKey(String api_key,
String api_secret)
Specify the HMAC api key and secret to be used for authenticated requests
Having more than one client with the same api/secret globally is unsupported
and will result in sporadic auth errors as the nonce is calculated from the system time.
|
Copyright © 2014. All rights reserved.