Lists ledger activity for an account. This includes anything that would affect the accounts balance - transfers, trades, fees, etc.
start_date
nor end_date
is set, the endpoint will return ledger activity for the past 1 day only.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 |
2006-01-02T15:04:05.000000Z
or 2006-01-02T15:04:05+05:30
)2006-01-02
2006-01-02T15:04:05
400 Bad Request
error is returned for any formats that are not accepted.Returns list of ledger entries from this account id.
Search by minimum posted date time and is inclusive of time provided. Valid formats are either RFC3339, date or date time and must be after Unix Epoch time.
Search by maximum posted date time and is inclusive of time provided. Valid formats are either RFC3339, date or date time and must be after Unix Epoch time.
Used for pagination. Sets start cursor to before
id.
Used for pagination. Sets end cursor to after
id.
Limit on number of results to return.
The response is of type object[]
.