Get log record

GET {{baseUrl}}/v3/record?chain=ETH&id=0x94Ce79B9F001E25BBEbE7C01998A78F7B27D1326

1 credit per API call.


Gets log data from the Ethereum blockchain.

Request Params

KeyDatatypeRequiredDescription
chainstring(Required) The blockchain to get the log record from
idstring(Required) ID of the log record / transaction on the blockchain

RESPONSES

status: OK

{"data":"My log record data."}