GET
/
config
/
instruction_storage
/
address
/
{chainId}
curl --request GET \
  --url https://api.otim.com/config/instruction_storage/address/{chainId}
{
  "instructionStorageAddress": "0x40f4f967e81e873ec3929abd9e0ceb9d3f4a28e3"
}

Path Parameters

chainId
integer
required

Chain ID

Response

200 - application/json

Instruction Storage address retrieved successfully

The response is of type object.