cURL
curl --request GET \ --url https://api.deframe.io/wallets/{wallet}/history/{strategyId} \ --header 'x-api-key: <api-key>'
{ "transactions": [ { "txHash": "<string>", "timestamp": "<string>", "type": "<string>", "amount": "1000000", "status": "<string>" } ], "page": 123, "totalPages": 123 }
Retrieve transaction history for a wallet in a specific strategy
API key for authentication. Obtain from your Deframe dashboard.
Wallet address
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Strategy ID or slug
History retrieved successfully
Show child attributes
Was this page helpful?