Created
April 2, 2025 22:26
-
-
Save drichelson/dd38f4dcf413e0b57dc45ec3249da079 to your computer and use it in GitHub Desktop.
HL api response example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "time": 1743019532602, | |
| "hash": "0x0268ca06c1f420de8e400414e67fbf012100039323bd5354a86643c2ff08071b", | |
| "delta": { | |
| "type": "internalTransfer", | |
| "usdc": "1000.0", | |
| "user": "0xe973105a27e17350500926ae664dfcfe6006d924", | |
| "destination": "0x531e6fd1c72a47e3ee04475aebf5155b470c8141", | |
| "fee": "1.0" | |
| } | |
| }, | |
| { | |
| "time": 1743026349352, | |
| "hash": "0x172c2ffbca8ca7b54a6d0414e7164b010700ed46379dda32910ba8598ff5df6a", | |
| "delta": { | |
| "type": "vaultCreate", | |
| "vault": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "usdc": "500.0", | |
| "fee": "100.0" | |
| } | |
| }, | |
| { | |
| "time": 1743029858341, | |
| "hash": "0xcfad5d15b576198009230414e763c3010f009273bd2a5920dd9d91f9ffdebd3d", | |
| "delta": { | |
| "type": "vaultDeposit", | |
| "vault": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "usdc": "399.0" | |
| } | |
| }, | |
| { | |
| "time": 1743197414252, | |
| "hash": "0xafca55e57008e20dbd9b0414f5c882011400d3b5e1cc9b70397b9667f03a48ac", | |
| "delta": { | |
| "type": "vaultWithdraw", | |
| "vault": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "user": "0x531e6fd1c72a47e3ee04475aebf5155b470c8141", | |
| "requestedUsd": "100.0", | |
| "commission": "0.0", | |
| "closingCost": "0.0", | |
| "basis": "108.700194", | |
| "netWithdrawnUsd": "100.0" | |
| } | |
| }, | |
| { | |
| "time": 1743476766893, | |
| "hash": "0x1a2ec41ad16490e20e7f04150d1726011300ac79fde3cd00aec4b89f4ee804ad", | |
| "delta": { | |
| "type": "vaultDeposit", | |
| "vault": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "usdc": "20.0" | |
| } | |
| }, | |
| { | |
| "time": 1743537410444, | |
| "hash": "0xe4608a554e6a2ea8d5b2041511e8a9010d00017457122da6666ccff4621a73e2", | |
| "delta": { | |
| "type": "internalTransfer", | |
| "usdc": "10.0", | |
| "user": "0x531e6fd1c72a47e3ee04475aebf5155b470c8141", | |
| "destination": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "fee": "0.0" | |
| } | |
| }, | |
| { | |
| "time": 1743537675864, | |
| "hash": "0xf0cb2059bd7cd6228def041511ee33011200c5ae78c0c40973c18946b12b9094", | |
| "delta": { | |
| "type": "vaultWithdraw", | |
| "vault": "0xb47791f870a057f5ba8a316bda99eadee8e525f1", | |
| "user": "0x531e6fd1c72a47e3ee04475aebf5155b470c8141", | |
| "requestedUsd": "22.0", | |
| "commission": "0.0", | |
| "closingCost": "0.0", | |
| "basis": "23.826858", | |
| "netWithdrawnUsd": "22.0" | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment