Feed config info
Path parameters
feed_idstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /chainlink/ocr/v1beta1/feed_config_info/{feed_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"feed_config_info": {
"latest_config_digest": "text",
"f": 1,
"n": 1,
"config_count": "text",
"latest_config_block_number": "text"
},
"epoch_and_round": {
"epoch": "text",
"round": "text"
}
}