Coinbase.API.Applications
SourceSummary↑
create(coinbase, application) | Create an OAuth application |
get(coinbase, id) | Show bitcoin address |
list(coinbase, optionals \\ %{}) | List OAuth applications |
Functions
Specs:
- create(pid, %{}) :: Coinbase.response
Create an OAuth application
Specs:
- get(pid, binary) :: Coinbase.response
Show bitcoin address
Specs:
- list(pid, %{}) :: Coinbase.response
List OAuth applications
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.