curl --request GET \
--url https://api.alpha.ensnode.io/api/registrar-actions/{parentNode}Returns registrar actions filtered by parent node hash with optional additional filtering and pagination
curl --request GET \
--url https://api.alpha.ensnode.io/api/registrar-actions/{parentNode}Parent node to filter registrar actions
Order of results
orderBy[timestamp]=desc Page number for pagination
x >= 1Number of records per page
1 <= x <= 100Filter to only include actions with referrals
Filter by decoded referrer address
Filter actions at or after this Unix timestamp
Filter actions at or before this Unix timestamp
Successfully retrieved registrar actions
Was this page helpful?