Coinbase.API.AccountChanges

Source

Summary

list(coinbase, optionals \\ %{})

List changes to an account

Functions

list(coinbase, optionals \\ %{})

Specs:

List changes to an account

Optional params: page (integer): Can be used to page through results limit (integer): Number of records to return. Maximum is 1000. Default value is 25. account_id (string): Specify which account is used for fetching data. The default is your primary account

Source