API Smart contracts
Provide information and facilitate interactions with smart contracts.
Get contracts by trait
Retrieves a list of contracts based on the following traits listed in JSON format - functions, variables, maps, fungible tokens and non-fungible tokens.
Get contract events
Retrieves a list of events that have been triggered by a given smart contract.
Get contract info
Retrieves details for a specific smart 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 contracts status
Retrieves the deployment status of multiple smart contracts.