Retrieves the tokens available on the Jupiter platform.
Represents the structure of a response from the Jupiter API.
GET //jupiter/tokens HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to a JupiterAPIResponse containing the tokens available on the Jupiter platform.
{ "success": true, "message": "text", "data": [ "text" ] }