ProgramIdToLabel

get

Retrieves the program ID to label mapping.

Authorizations
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200
A promise that resolves to a JupiterAPIResponse containing the program ID to label mapping.
application/json
get
GET //jupiter/programIdToLabel HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to a JupiterAPIResponse containing the program ID to label mapping.

{
  "success": true,
  "message": "text",
  "data": {}
}