Fetches the details of a specified token on a given blockchain.
Represents a standard API response.
GET //lifi/token HTTP/1.1 Host: beta.usemoon.ai Accept: */*
A promise that resolves to an ApiResponse containing the token details.
{ "success": true, "message": "text", "data": { "address": "text", "chainId": 1, "symbol": "text", "decimals": 1, "name": "text", "coinKey": "text", "logoURI": "text", "priceUSD": "text" } }