Execute view function of a module
POST
Call functions defined as view.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Responses
codestringrequired
Code identifying the cause of the failed request.messagestringrequired
Detailed message including the name and value of the invalid parameter.{"code": "ERROR_CODE","message": "Bad Request"}
cURL
curl -X POST 'https://aptos-mainnet.nodit.io/v1/view' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo' \-d '{}'