Fetches tokens from the LiFi service.
GET //lifi/tokens HTTP/1.1
Host: beta.usemoon.ai
Accept: */*
A promise that resolves to an ApiResponse containing the tokens data.
{
"success": true,
"message": "text",
"data": {
"tokens": {
"ANY_ADDITIONAL_PROPERTY": [
{
"name": "text",
"address": "text",
"symbol": "text",
"decimals": 1,
"logoURI": "text",
"chainId": 1
}
]
}
}
}