This API retrieves information about all of the actions that occurred on the protocol within a certain timespan.
[Optional] The id of the blockchain for which you want protocol data from. Defaults to ethereum-mainnet
if not specified. Use the Information Protocols API to view the supported protocol and blockchain id combinations.
ethereum-mainnet
, polygon-mainnet
, avalanche-mainnet
, arbitrum-mainnet
, optimism-mainnet
aavev2
, aavev3
, makerdao
, compoundv2
[Optional] Payload only includes data after this date (inclusive).<BR>[Formats] seconds | milliseconds | iso8601
<BR>[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00
[Optional] Payload only includes data before this date (exclusive).<BR>[Formats] seconds | milliseconds | iso8601
<BR>[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00
[Optional] Number of records per page. If not specified, the API will default to and try to return 1000 actions under payload.data.
[Optional] The order in which to return the results (ascending or descending). By default. records are returned in ascending order, so the oldest records are returned first.
asc
, desc
milliseconds
, ms
, iso
, iso8601
, hr
, human_readable
[Optional] Payload only includes data filtered by the action.
Deposit
, Withdraw
, LiquidationCall
, Repay
, Borrow
, FlashLoan
200
The response is of type object
.