Sub contracts
Path parameters
addressstring · addressRequired
Query parameters
startinteger · int32Required
limitinteger · int32Optional
Responses
200
Ok
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
500
InternalServerError
application/json
503
ServiceUnavailable
application/json
get
GET /contracts/{address}/sub-contracts HTTP/1.1
Host: alephium.nownodes.io
Accept: */*
{
"subContracts": [
"uomjgUz6D4tLejTkQtbNJMY8apAjTm1bgQf7em1wDV7S"
],
"nextStart": 10
}