coinbasepro-python icon indicating copy to clipboard operation
coinbasepro-python copied to clipboard

Transfer History Ticker label

Open ariesvtb opened this issue 3 years ago • 1 comments

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 avatar Aug 16 '21 21:08 ariesvtb

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

ariesvtb avatar Aug 17 '21 18:08 ariesvtb