Investment Ideas
Loading...
Example Request
curl -X GET "https://app.finkeeper.pro/ideasapi/datas/products?id=*********&network=eth&token=eth" \
-H "Content-Type: application/json"Example Response
{
"timestamp": "2025-06-03T14:10:04.000Z",
"totalCount": 274,
"networks": [
{
"investment_id": 1,
"investment_name": "USDC",
"chain_id": "1",
"network": "ETH",
"rate": "0.02561",
"invest_type": "1",
"platform_name": "Compound",
"platform_id": 1,
"platform_url": "https://app.compound.finance",
"platform_logo": "https://static.coinall.ltd/cdn/web3/protocol/logo/compound-none.png",
"pool_version": "1",
"rate_type": "0",
"tvl": "33559261",
"token_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"token_symbol": "USDC",
"token_id": "193",
"token_logo": "https://static.coinall.ltd/cdn/wallet/logo/USDC.png",
"token_decimal": "6",
"updated_at": "2025-06-03 17:00:14"
}
]
}