You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: