Get recent activity for an organization
Returns a list of recent activities associated with a specific organization. The activities are sorted by creation date in descending order (newest first).
This includes donations, grants, transfers, and other relevant activities.
Authentication is optional:
- Organization activities are visible to all users
- However, some activities may include additional details for authenticated users
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the organization
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?