Wallet Transactions (Wins) Endpoint
curl -X POST https://api.getfomo.bot/wallet/wins \
-H "Content-Type: application/json" \
-H "x-api-key: your-api-key-here" \
-d '{
"wallet": "hifoTy5geDwq2SG32J7RXjLgB89UJGrtYYESA2dSYCh",
"aggregation_window": 3600,
"from_bots": []
}'Field
Type
Default
Description
{
"success": true,
"count": 10,
"transactions": [
"5abc123def456...",
"7xyz789ghi012...",
"9jkl345mno678...",
"2pqr901stu234...",
"4vwx567yza890...",
...
]
}{
"error": "Invalid wallet",
"invalid": ["InvalidWallet123"]
}{
"error": "Rate limit exceeded",
"limit": 50,
"unit": "requests/second"
}Last updated