curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/transfers[
{
"chain_id": 1,
"vault": "0x19e099b7aed41fa52718d780dda74678113c0b32",
"time": 1733053355,
"tx_hash": "0x5e1c28334e39c5273966b0986e9c00bc88f8e1e4f4372aea78b48cab4abc2509",
"from": "0x0000000000000000000000000000000000000000",
"to": "0xfbe0c54d696fa6c93f35d4ca7d656561816c15f6",
"amount": 32764931240122292
}
]Fetches a list of transfers including chain ID, vault, time, transaction hash, sender, receiver, and amount.
curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/transfers[
{
"chain_id": 1,
"vault": "0x19e099b7aed41fa52718d780dda74678113c0b32",
"time": 1733053355,
"tx_hash": "0x5e1c28334e39c5273966b0986e9c00bc88f8e1e4f4372aea78b48cab4abc2509",
"from": "0x0000000000000000000000000000000000000000",
"to": "0xfbe0c54d696fa6c93f35d4ca7d656561816c15f6",
"amount": 32764931240122292
}
]The address of the vault. Optional.
"0x9Ed15383940CC380fAEF0a75edacE507cC775f22"
Successful response with transfers.
ID of the blockchain.
1
The address of the vault.
"0x19e099b7aed41fa52718d780dda74678113c0b32"
Unix timestamp when the transaction occurred.
1733053355
Transaction hash.
"0x5e1c28334e39c5273966b0986e9c00bc88f8e1e4f4372aea78b48cab4abc2509"
The address of the sender.
"0x0000000000000000000000000000000000000000"
The address of the receiver.
"0xfbe0c54d696fa6c93f35d4ca7d656561816c15f6"
Amount transferred in the transaction.
32764931240122292