attributes
attributes: {
address: string;
base_token_price_native: string;
base_token_price_native_currency: string;
base_token_price_usd: string;
name: string;
pool_created_at: string;
price_change_percentage: { h24: string; h6: string; m5: string };
quote_token_price_native: string;
quote_token_price_usd: string;
reserve_in_usd: string;
transactions: {
h24: { buys: number; sells: number };
h6: { buys: number; sells: number };
m5: { buys: number; sells: number };
};
volume_usd: { h24: string; h6: string; m5: string };
}
Type declaration
address: string
base_token_price_native: string
base_token_price_native_currency: string
base_token_price_usd: string
name: string
pool_created_at: string
price_change_percentage: { h24: string; h6: string; m5: string }
quote_token_price_native: string
quote_token_price_usd: string
reserve_in_usd: string
transactions: {
h24: { buys: number; sells: number };
h6: { buys: number; sells: number };
m5: { buys: number; sells: number };
}
volume_usd: { h24: string; h6: string; m5: string }
Pool interface representing a DEX trading pool