cURL
curl --request GET \ --url https://api.mainnet.aptoslabs.com/decibel/api/v1/user_fund_history \ --header 'Authorization: Bearer <token>'
{ "funds": [ { "amount": 1000, "balance_after": 5000, "movement_type": "deposit", "timestamp": 1703318400000, "transaction_version": 12345678 } ], "total": 1 }
Deprecated: This endpoint is deprecated. Please use /api/v1/account_fund_history instead. This endpoint is maintained for backwards compatibility only.
/api/v1/account_fund_history
Bearer token from Geomi. See Authentication for setup instructions.
Account address
Show child attributes
Fund history retrieved successfully
x >= 0