Interface UniswapV3PriceResponseDto

interface UniswapV3PriceResponseDto {
    block_height: number;
    chain_id: number;
    network: string;
    price: string;
}

Properties

block_height: number
chain_id: number
network: string
price: string