Last updated 2 years ago
Get list of events
Chain ID
Token address
Token ID
Maker address
Taker address
Type of event
mint
transfer
burn
Limit
Current page number
Property to sort by
updated_at
name
Direction to sort
asc
desc
GET /v1/events HTTP/1.1 Host: api.sandbox.horizonland.app Accept: */*
OK
{ "cursor": "text", "remaining": 1, "result": [ { "maker": "text", "taker": "text", "type": "text", "chain": { "id": "text", "name": "text", "symbol": "text" }, "token_address": "text", "token_id": "text", "created_at": "text" } ] }