{ "opencollection": "1.0.0", "info": { "name": "EOSIO / Antelope Nodeos Chain Get Abi Get Code API", "version": "1.0" }, "items": [ { "info": { "name": "Get Code", "type": "folder" }, "items": [ { "info": { "name": "Get contract code for an account", "type": "http" }, "http": { "method": "POST", "url": "{node}/v1/chain/get_code", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the WASM code hash and ABI for a contract account." } ] } ], "bundled": true }