Get box information for a given application.
GET /v2/applications/{application-id}/box
Given an application ID and box name, it returns the round, box name, and value (each base64 encoded). Box names must be in the goal app call arg encoding form ‘encoding:value’. For ints, use the form ‘int:1234’. For raw bytes, use the form ‘b64:A==’. For printable strings, use the form ‘str:hello’. For addresses, use the form ‘addr:XYZ…’.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”An application identifier.
Query Parameters
Section titled “Query Parameters ”A box name, in the goal app call arg form ‘encoding:value’. For ints, use the form ‘int:1234’. For raw bytes, use the form ‘b64:A==’. For printable strings, use the form ‘str:hello’. For addresses, use the form ‘addr:XYZ…’.
Responses
Section titled “ Responses ”Box information
Box name and its content.
object
The box name, base64 encoded
The round for which this information is relevant
The box value, base64 encoded.
Bad Request
An error response with optional data field.
object
object
Invalid API Token
An error response with optional data field.
object
object
Box Not Found
An error response with optional data field.
object
object
Internal Error
An error response with optional data field.
object
object
default
Section titled “default ”Unknown Error