from coinbaseadvanced.client import CoinbaseAdvancedTradeAPIClient # Creating the client using Clould API Keys. client = CoinbaseAdvancedTradeAPIClient.from_cloud_api_keys(API_KEY_NAME, PRIVATE_KEY) # ...
The java SDK is part of the SIRIUS project and will be updated with every SIRIUS release. Further instruction can be found here. Note that our tests always assume the REST service running on port 8080 ...