Home

Get list of deployed smart contracts

POST
https://zil.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Retrieves a paginated list of smart contracts deployed on the Zilliqa blockchain. Supports optional parameters for pagination such as page number and limit.

Body

application/json
jsonrpcstringrequired

JSON-RPC version

methodstringrequired

Method name

idintegerrequired

Request ID

paramsArray<object>required

Parameters for pagination (optional)

Show child attributes
pageinteger

Page number starting from 1

limitinteger

Number of contracts to return per page

Response

200OK

List of smart contracts retrieved successfully

400Bad Request

Invalid request

500Internal Server Error

Server error