Skip to main content

Get smart contracts status

Retrieves the deployment status of multiple smart contracts.

Query Parameters
contract_id string[] REQUIRED

contract ids to fetch status for

Responses
200

List of smart contract status

Schema OPTIONAL
object

GET request that returns the deployment status of multiple smart contracts

get_smart_contracts_status
GET /extended/v2/smart-contracts/status
contract_id — query
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v2/smart-contracts/status' \
-H 'Accept: application/json'