curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v2/scripts/general_info?code_hash=0x00000000000000000000000000000000000000000000000000545950455f4944&hash_type=type' \ --header 'Accept: application/vnd.api+json' \ --header 'Content-Type: application/vnd.api+json'
{ "data": { "id": 23837, "code_hash": "0x00000000000000000000000000000000000000000000000000545950455f4944", "hash_type": "type", "script_type": "TypeScript", "capacity_of_deployed_cells": "8702600000000.0", "capacity_of_referring_cells": "2300925866222555.0", "count_of_transactions": 2, "count_of_deployed_cells": 1, "count_of_referring_cells": 4938 } }