Last updated 10 months ago
Given a application ID, it returns application information including creator, approval and clear programs, global and local schemas, and global state.
/v2/applications/{application-id}
An application identifier
Application information
Bad Request
Invalid API Token
Application Not Found
Internal Error
Unknown Error
curl -L \ --url 'https://algo.nownodes.io/v2/applications/{application-id}' \ --header 'X-Algo-API-Token: api_key <apiKey>'
{ "id": 1, "params": { "approval-program": "text", "clear-state-program": "text", "creator": "text", "extra-program-pages": 1, "global-state": [ { "key": "text", "value": { "bytes": "text", "type": 1, "uint": 1 } } ], "global-state-schema": { "num-byte-slice": 1, "num-uint": 1 }, "local-state-schema": { "num-byte-slice": 1, "num-uint": 1 } } }