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}/trades
{ "trades": [ { "signature": "<string>", "timestamp": "2023-11-07T05:31:56Z", "wallet": "<string>", "baseMint": "<string>", "quoteMint": "<string>", "amountUsd": 123, "summary": "<string>" } ], "meta": { "nextCursor": "<string>" } }
Returns recent trades for a public wallet.
Solana wallet address.
32
Maximum number of records to return.
1 <= x <= 100
Wallet trades.
Show child attributes
Was this page helpful?