Fetch deposit events
Vaults
Fetch deposit events
Returns a list of all deposit events, which can be filtered by user or vault.
GET
Fetch deposit events
Documentation Index
Fetch the complete documentation index at: https://developers.paxoslabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The address of the vault. Optional.
Example:
"0x9Ed15383940CC380fAEF0a75edacE507cC775f22"
User's address. Optional.
Example:
"0x04354e44ed31022716e77eC6320C04Eda153010c"
Response
Successful response with deposit events.
ID of the blockchain.
Example:
1
The address of the vault.
Pattern:
^0x[a-fA-F0-9]{40}$Unix timestamp when the deposit was made.
Transaction hash of the deposit event.
The address of the asset deposited.
Pattern:
^0x[a-fA-F0-9]{40}$Amount of the asset deposited.
Amount of shares received from the deposit.
The address of the depositor.
Pattern:
^0x[a-fA-F0-9]{40}$The address of the recipient.
Pattern:
^0x[a-fA-F0-9]{40}$