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
Key | Datatype | Required | Description |
---|---|---|---|
chain | string | (Required) The blockchain to get the log record from | |
id | string | (Required) ID of the log record / transaction on the blockchain |
RESPONSES
status: OK
{"data":"My log record data."}