{
"success": true,
"code": 0,
"data": [
{
"id": "string",
"owner": "string",
"pool_type": "string",
"pair_address": "string",
"pool_address": "string",
"lp_balance": "string",
"token0_address": "string",
"token0_symbol": "string",
"token0_name": "string",
"token0_decimals": "string",
"token0_amount": "string",
"token1_address": "string",
"token1_symbol": "string",
"token1_name": "string",
"token1_decimals": "string",
"token1_amount": "string",
"reserve0": "string",
"reserve1": "string",
"lp_total_supply": "string",
"total_supply": "string",
"reserve_usd": "string",
"token0_price": "string",
"token1_price": "string",
"volume_usd": "string",
"tx_count": "string",
"pair_created_at": "string",
"pair_created_block": "string",
"created_at_timestamp": "string",
"created_at_block_number": "string",
"updated_at_timestamp": "string",
"updated_at_block_number": "string",
"data_source": "string",
"realtime_balance_checked": true
}
],
"meta": {
"owner": "string",
"pool_type": "string",
"page_num": 0,
"page_size": 0,
"count": 0,
"data_source": "string"
}
}