Get featured activities across the platform
Returns a list of featured activities from across the platform, sorted by date (newest first).
Authentication is optional:
- Featured activities are visible to all users
- However, some activities may include additional context for authenticated users
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Address or label of the initiator of this activity
"0x1234567890abcdef1234567890abcdef12345678"
Timestamp of when the activity occurred on-chain (or database timestamp if not available)
"2023-01-01T12:00:00Z"
Link for the transactor address or identity
"https://etherscan.io/address/0x1234567890abcdef1234567890abcdef12345678"
Transaction hash for the activity
"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
Type of the activity
donation
"donation"
Flag indicating if this activity is driven by an automated process
false
Chain ID of the activity (null for off-chain activities)
1
Amount transferred in the smallest currency unit of the asset
"1000000000000000000"
USDC equivalent amount of the transaction
"1000000000"
Token of this donation (null if it was a stock donation)
Stock of this donation (null if it was a crypto donation)
Destination entity of the donation
Was this page helpful?