cURL
curl --request GET \ --url https://merits.blockscout.com/admin/api/v1/networks \ --header 'Authorization: <api-key>'
{ "items": [ { "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 } ] }
Documentation IndexFetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication token, prefixed by Bearer: Bearer
A successful response.
Show child attributes
Was this page helpful?