{
"contract": "string"
}curl --location --request POST 'https://acala.api.subscan.io/api/scan/midnight/contract' \
--header 'x-api-key: 4d0c8ba32dde4a06bda83d52af49120f' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract": "string"
}'{
"code": 0,
"data": {
"abi": null,
"address": "string",
"circuits_count": 0,
"cma": null,
"compiler_version": "string",
"create_at": 0,
"event_index": 0,
"extrinsic_index": 0,
"last_verify_error": "string",
"source_code": "string",
"source_type": "string",
"transaction_count": 0,
"tx_hash": "string",
"verification_key": {
"property1": "string",
"property2": "string"
},
"verify_time": 0,
"verifying": true,
"viewer": null
},
"generated_at": 1699600641,
"message": "Success"
}