Last updated 1 year ago
Get list of events
OK
Generated cursor returned by previous query
Remaining results flag. 1: there are remaining results matching this query, 0: no remaining results
Events matching query parameters
const response = await fetch('https://api.sandbox.horizonland.app/v1/events', { method: 'GET', headers: {}, }); const data = await response.json();
{ "cursor": "text", "result": [ { "maker": "text", "taker": "text", "type": "text", "chain": { "id": "text", "name": "text", "symbol": "text" }, "token_address": "text", "token_id": "text", "created_at": "text" } ] }