Coinbase.API.Addresses
SourceSummary↑
get(coinbase, id) | Show bitcoin address |
list(coinbase, optionals \\ %{}) | Lists bitcoin addresses |
Functions
Specs:
- get(pid, binary) :: Coinbase.response
Show bitcoin address
Specs:
- list(pid, %{}) :: Coinbase.response
Lists bitcoin addresses
Optional params: page (integer): Can be used to page through results. Default value is 1. 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 query (string): Optional string match to filter addresses.