starknet_getEventsAsk AIpost https://api.zan.top/node/v1/starknet/mainnet/{apiKey}Returns all event objects matching the conditions in the provided filter.Path ParamsapiKeystringrequiredDefaults to publicFor higher throughput, please create your own API key.Body ParamsidintegerDefaults to 1jsonrpcstringDefaults to 2.0methodstringDefaults to starknet_getEventsparamsarray of objectslength ≥ 1Defaults to [object Object]params objectfrom_blockObject 1Object 2stringBlock hash, number or tagfrom block objectto_blockObject 1Object 2stringBlock hash, number or tagto block objectaddressstringA field element. represented by at most 63 hex digitskeysarray of arrays of stringsThe keys to filter overevent keysADD array of stringscontinuation_tokenstringThe token returned from the previous query. If no token is provided the first page is returned.chunk_sizeintegerrequired≥ 1Defaults to 10ADD objectResponse 200All the event objects matching the filter.Updated 5 months ago