Returns standard JSON Schema for contract storage, entrypoints, and Big_map entries.
Contract address
GET /v1/contracts/{address}/interface HTTP/1.1 Host: xtz-index.nownodes.io Accept: */*
{ "storageSchema": null, "entrypoints": [ { "name": "text", "parameterSchema": null } ], "bigMaps": [ { "path": "text", "name": "text", "keySchema": null, "valueSchema": null } ], "events": [ { "tag": "text", "eventSchema": null } ] }