{ "opencollection": "1.0.0", "info": { "name": "EOSIO / Antelope Nodeos Chain Get Abi API", "version": "1.0" }, "items": [ { "info": { "name": "Get Abi", "type": "folder" }, "items": [ { "info": { "name": "Get the ABI for a contract account", "type": "http" }, "http": { "method": "POST", "url": "{node}/v1/chain/get_abi", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the application binary interface (ABI) currently set for the given account, used to encode and decode actions and table rows." } ] } ], "bundled": true }