- Preparing search index...
- The search index is not available
handle-sdk
TokenDetails: TokenBasics & { image?: { large?: string; }; market_data: { current_price: { usd: number; }; }; }
Type declaration
-
Optional
image?: {
large?: string;
}
-
market_data: {
current_price: {
usd: number;
};
}
-
current_price: {
usd: number;
}