Tokens
Loading...
Example Request
curl -X GET "https://app.finkeeper.pro/ideasapi/datas/tokens?id=*********&network=eth&token=eth" \
-H "Content-Type: application/json"Example Response
{
"timestamp": "2025-06-03T14:44:25.000Z",
"totalCount": 6083,
"tokens": [
{
"token_id": 1,
"token_symbol": "ETH",
"network": "ETH",
"logo_url": "https://static.coinall.ltd/cdn/wallet/logo/ETH-20220328.png",
"token_address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"token_decimal": 18,
"updated_at": "2025-06-03 01:00:24"
}
]
}