Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-nova.tech/v1/data/wallets/{address}/activity
{ "items": [ { "id": "<string>", "type": "swap", "timestamp": "2023-11-07T05:31:56Z", "summary": "<string>", "valueUsd": 123 } ], "meta": { "nextCursor": "<string>" } }
Returns recent public activity for a wallet in a simple feed shape.
Solana wallet address.
32
Maximum number of records to return.
1 <= x <= 100
Wallet activity.
Show child attributes
Was this page helpful?