Register at {Un}pack to start using API explorer functionality.
Authorization: Bearer ********************curl --location --request GET 'https://api.unpack.dev/v1/ast/1/0x5dbad78818d4c8958eff2d5b95b28385a22113cd/docs' \
--header 'Authorization: Bearer <token>'{
"$schema": "https://api.unpack.dev/schemas/AstDocs.json",
"contractAddress": "string",
"contractId": "string",
"docs": [
{
"id": 0,
"nodeType": 0,
"src": {
"column": 0,
"end": 0,
"length": 0,
"line": 0,
"parentIndex": 0,
"start": 0
},
"text": "string"
}
],
"networkId": {}
}