Feed config
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/{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"
},
"feed_config": {
"signers": [
"text"
],
"transmitters": [
"text"
],
"f": 1,
"onchain_config": "text",
"offchain_config_version": "text",
"offchain_config": "text",
"module_params": {
"feed_id": "text",
"min_answer": "text",
"max_answer": "text",
"link_per_observation": "text",
"link_per_transmission": "text",
"link_denom": "text",
"unique_reports": true,
"description": "text",
"feed_admin": "text",
"billing_admin": "text"
}
}
}