Home

Get Protocol Config

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Return the protocol config table for the given version number. If the version number is not specified, the node uses the version of the latest epoch it has processed.

Body

application/json
jsonrpcstring2.0required
idintegerrequired
methodstringsui_getProtocolConfigrequired
paramsArray<integer>required

Response

200OK

Successful response returning protocol configuration

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error