Events
Authorizations
api-keystringRequired
Path parameters
contractAddressstring · addressRequired
Query parameters
startinteger · int32Required
limitinteger · int32Optional
groupinteger · int32Optional
Responses
200
Valid response
application/json
nextStartinteger · int32Required
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get/events/contract/{contractAddress}
Authorizations
api-keystringRequired
Path parameters
contractAddressstring · addressRequired
Responses
200
Valid response
application/json
integer · int32Optional
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get/events/contract/{contractAddress}/current-count
Authorizations
api-keystringRequired
Path parameters
txIdstring · 32-byte-hashRequired
Query parameters
groupinteger · int32Optional
Responses
200
Valid response
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get/events/tx-id/{txId}
Authorizations
api-keystringRequired
Path parameters
blockHashstring · block-hashRequired
Query parameters
groupinteger · int32Optional
Responses
200
Valid response
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get/events/block-hash/{blockHash}
Last updated