Stacks Node RPC API Smart contracts
Provide information and facilitate interactions with smart contracts.
Get constant value
Get the value of a constant inside a contract.
Get contract interface
Retrieves a list of functions, variables, maps, fungible tokens and non-fungible tokens for a given smart contract.
Get contract map entry
Retrieves a specific entry from a contract data map.
Call read-only function
Calls a read-only public function on a given smart contract.
Get contract source
Retrieves the Clarity source code of a given contract, along with the block height it was published in, and the MARF proof for the data.
Get trait implementation details
Determine whether or not a specified trait is implemented (either explicitly or implicitly) within a given contract.
Get data variable value
Get the value of a data variable inside a contract.