Home

Get dynamic field object

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns information about a dynamic field object given a parent object ID and field name.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsArray<string | object>required

Array with parent object ID and dynamic field name

Show child attributes
One of

Parent object ID

string
typestring
valuestring
idintegerrequired

Response

200OK

Successful response returning the dynamic field object information.

400Bad Request

Bad Request — Invalid parameters.

401Unauthorized

Unauthorized — Missing or invalid API key.

500Internal Server Error

Internal Server Error — Could not retrieve dynamic field object.