Program
Program information and mappings
📄️ Find transaction ID for program deployment
Retrieves the Transaction ID associated to the deployment of the given Program.
📄️ Get program
Retrieves program details by Program ID.
📄️ Get latest edition of program
Returns the latest edition number for the specified program
📄️ Get program by edition
Retrieves program details by Program ID and specific edition.
📄️ Get program mappings
Retrieves mappings for a given program by Program ID. These mappings can then be queried through additional endpoints.
📄️ Get mapping value
Retrieves a mapping value given the name of the mapping and the associated key. The available mappings for a given program can be obtained via the /program/{programID}/mappings query.