danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 732 forks source link

Transfer History Ticker label #457

Open ariesvtb opened 3 years ago

ariesvtb commented 3 years ago

auth_client.get_account_history() returns all of the account's history. Filtering for 'transfers' returns transfer history or funds moved to/from Coinbase to Coinbase Pro. This response returns '| id | amount | balance | created_at | type | details |' columns and the 'details' column contains an embedded list of '| from | profile_transfer_id | to |'. This API response does not contain the labeled crypto or currency that was transferred like a ticker column of what was transferred i.e. 'BTC-USD', or 'ETH-USD'

In the example, these transfers were in ETH, USDC, and other coins, but they are not labeled.

tempsnip

ariesvtb commented 3 years ago

Basically, is there a way to get the ticker of what what transferred?