Tokens

get

Retrieves the tokens available on the Jupiter platform.

Authorizations
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200
A promise that resolves to a JupiterAPIResponse containing the tokens available on the Jupiter platform.
application/json
get
GET //jupiter/tokens HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to a JupiterAPIResponse containing the tokens available on the Jupiter platform.

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