Given an application ID, returns the box names of that application sorted lexicographically.
Box names of an application
[appidx] application index.
Used for pagination, when making another request provide this token with the next parameter.
const response = await fetch('https://algo-index.nownodes.io/v2/applications/{application-id}/boxes', { method: 'GET', headers: {}, }); const data = await response.json();
{ "boxes": [ { "name": "Ynl0ZXM=" } ], "next-token": "text" }