Latest transmission details
LatestTransmissionDetails returns details about the latest trasmission
recorded on chain for the given feed ID.
get
Path parameters
feed_idstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /chainlink/ocr/v1beta1/latest_transmission_details/{feed_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"config_digest": "text",
"epoch_and_round": {
"epoch": "text",
"round": "text"
},
"data": {
"answer": "text",
"observations_timestamp": "text",
"transmission_timestamp": "text"
}
}