Fetch paginated transaction history from the audit log
curl "https://api.useknot.xyz/wallets/me/history?limit=50&offset=0&action=transfer" \ -H "Authorization: Bearer <token>"
{ "status": true, "data": { "transactions": [ { "id": "uuid", "action": "transfer", "asset": "USDC", "amount": 100, "to": "RecipientAddress...", "signature": "5UfgJ3vN...", "status": "confirmed", "metadata": {}, "createdAt": "2025-01-10T12:00:00.000Z" } ], "pagination": { "total": 150, "limit": 50, "offset": 0, "hasMore": true } } }
limit
offset
100
transfer
trade
deposit
true
Show properties
Show item properties
confirmed
401
429