Get events by contract addressget https://api.shasta.trongrid.io/v1/contracts/{address}/eventsPath ParamsaddressstringrequiredContract address in base58 or hex format. Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozsQuery Paramsevent_namestringDefaults to TransferThe event name to filter by. Example: Transferblock_numberint64The specific block number to query. Example: 61840405only_unconfirmedbooleanSet to true to return only confirmed events; set to false to return both confirmed and unconfirmed events. Cannot be used simultaneously with only_confirmed.truefalseonly_confirmedbooleanSet to true to return only confirmed events; set to false to return both confirmed and unconfirmed events. Cannot be used simultaneously with only_unconfirmed.truefalsemin_timestampdate-timeThe minimum block timestamp to filter by. (Unit: milliseconds, Default: 0)max_timestampdate-timeThe maximum block timestamp to filter by. (Unit: milliseconds, Default: current time)order_bystringSpecifies the sort order. block_timestamp,asc | block_timestamp,desc (default).fingerprintstringThe fingerprint for pagination, obtained from the meta.fingerprint field of a previous response. Note: When using fingerprint, all other parameters must remain the same.limitint32The maximum number of events to return per page. (Default: 20, Max:200)Responses 200200 400400Updated 3 months ago