Last updated 2 years ago
Get list of events
Chain ID
Token address
Token ID
Maker address
Taker address
Type of event
Limit
Current page number
Property to sort by
Direction to sort
curl -L \ --url 'https://api.sandbox.horizonland.app/v1/events'
{ "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" } ] }