cURL
curl --request GET \ --url https://merits.blockscout.com/admin/api/v1/networks/{chain_id} \ --header 'Authorization: <api-key>'
{ "chain_id": "<string>", "name": "<string>", "domain": "<string>", "active": true, "rpc_url": "<string>", "blockscout_api_key": "<string>", "block_timestamp_skew": 123, "sent_transactions_activity_enabled": true, "verified_contracts_activity_enabled": true, "blockscout_usage_activity_enabled": true }
Authentication token, prefixed by Bearer: Bearer <token>
A successful response.
The response is of type object.
object
Was this page helpful?