/addresses/{address}/transactions and /assets/{asset}/transactions endpoints to provide more details about transactions and make the endpoint extendable (object) for future needs
/blocks/slot/{slot_number} and /blocks/epoch/{epoch_number}/slot/{slot_number} endpoints to provide block details for a specific slot
Changed
/addresses/{address}/txs and /assets/{asset}/txs are deprecated (but still functional) in favour of newly added endpoints
Fixed
type of number parameter in /epochs/{number}/ string -> integer