Retrieves the assets using the provided authorization token.
curl -L \ --url 'https://beta.usemoon.ai//lynex/data/assets' \ --header 'Authorization: text'
{ "success": true, "message": "text", "data": null }
Retrieves an asset by its address.
curl -L \ --url 'https://beta.usemoon.ai//lynex/data/assets/{address}' \ --header 'Authorization: text'