Coinbase.API.Transfer
SourceSummary↑
commit(coinbase, id, optionals \\ %{}) | Start a transfer that is in the created state |
get(coinbase, id, optionals \\ %{}) | Show a transfer |
list(coinbase, optionals \\ %{}) | List buy and sell history |
Functions
Specs:
- commit(pid, binary, %{}) :: Coinbase.response
Start a transfer that is in the created state
Optional params: account_id (string): Specify which account is used for fetching data. The default is your primary account
Specs:
- get(pid, binary, %{}) :: Coinbase.response
Show a transfer
Optional params: account_id (string): Specify which account is used for fetching data. The default is your primary account
Specs:
- list(pid, %{}) :: Coinbase.response
List buy and sell history
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