Skip to Content

GET /api/v1/activity/address/:address

Get activity history for a specific Ethereum address, whether they were the actor or counterparty (buyer or seller).

Authentication: None

Cache: 15s

Path Parameters

ParameterTypeRequiredDescription
addressstringYesEthereum address

Query Parameters

ParameterTypeDefaultDescription
pagenumber1Page number
limitnumber50Results per page
event_typestring or string[]Filter by event type(s) (repeatable)
platformstringFilter by platform

Sample Request

curl "https://api.grails.app/api/v1/activity/address/0x1234...?event_type=transfer&event_type=sale"

Response

Same structure as By Name, with activity where the address appears as either actor_address or counterparty_address.

Error Responses

StatusCodeDescription
500INTERNAL_ERRORFailed to fetch activity
Last updated on