-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodules-config.json
More file actions
27 lines (27 loc) · 1.16 KB
/
modules-config.json
File metadata and controls
27 lines (27 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"services": {
"multichain": {
"description": "Multichain aggregator service for searching and fetching data across multiple blockchains. Use {cluster_id}=multichain for endpoints that require it.",
"service_url": "https://multichain-aggregator.services.blockscout.com",
"swagger_url": "https://raw.githubusercontent.com/blockscout/swaggers/refs/heads/master/services/multichain-aggregator/2.1.2/swagger.yaml",
"api_key": null,
"root": true,
"allowed_paths": [
"^/api/v1/search:quick$",
"^/api/v1/clusters/[^/]+/search/(?:addresses|block-numbers|blocks|domains|nfts|tokens|transactions)$",
"^/api/v1/clusters/[^/]+/search:quick$",
"^/api/v1/clusters/[^/]+/chains$"
]
},
"metadata": {
"description": "Addresses metadata service for fetching metadata and tags for addresses",
"service_url": "https://metadata.services.blockscout.com",
"swagger_url": "https://raw.githubusercontent.com/blockscout/swaggers/refs/heads/master/services/metadata/2.6.16/swagger.yaml",
"api_key": null,
"root": true,
"allowed_paths": [
"^\/api\/v1\/metadata$"
]
}
}
}