get https://api.exchange.coinbase.com/accounts//ledger
Lists ledger activity for an account. This includes anything that would affect the accounts balance - transfers, trades, fees, etc.
List account activity of the API key's profile. Account activity either increases or decreases your account balance. Items are paginated and sorted latest first. See the Pagination section for retrieving additional entries after the first page.
API Key Permissions
This endpoint requires either the "view" or "trade" permission.
Entry Types
Entry type indicates the reason for the account change.
Type | Description |
---|---|
transfer | Funds moved to/from Coinbase to Coinbase Exchange |
match | Funds moved as a result of a trade |
fee | Fee as a result of a trade |
rebate | Fee rebate as per our fee schedule |
conversion | Funds converted between fiat currency and a stablecoin |
Details
If an entry is the result of a trade (match, fee), the details
field will contain additional information about the trade.
This request is paginated. Please see the Pagination section for more information.