Get raw abi

post

Returns an object containing the smart contract abi.

Body
account_nameany ofRequired

String representation of privileged EOSIO name type

String representation of basic EOSIO name type, must be 12 characters and contain only a-z and 0-5

String representation of EOSIO bid name type, 1-12 characters and only a-z and 0-5 are allowed

String representation of EOSIO name type

Responses
application/json
objectOptional
post
POST /v1/chain/get_raw_abi HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "account_name": "text"
}
200

OK

{
  "account_name": "text",
  "code_hash": "text",
  "abi_hash": "text",
  "abi": "text"
}