From 84ab5bec0a69720588d69d084218b190d35a1120 Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Mon, 29 Jan 2024 10:13:38 -0800 Subject: [PATCH] adding lp and insurance fund stake examples --- source/includes/_historicaldata.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/includes/_historicaldata.md b/source/includes/_historicaldata.md index 9cf8eac..678406f 100644 --- a/source/includes/_historicaldata.md +++ b/source/includes/_historicaldata.md @@ -21,6 +21,9 @@ mainnet-beta: `https://drift-historical-data.s3-v2.eu-west-1.amazonaws.com/prog | deposits | `user/${accountKey}/depositRecords/${year}/${year}${month}${day}` | | liquidations | `user/${accountKey}/liquidationRecords/${year}/${year}${month}${day}` | | settle-pnl | `user/${accountKey}/settlePnlRecords/${year}/${year}${month}${day}` | +| lp | `user/${accountKey}/lpRecord/${year}/${year}${month}${day}` | +| insurance-fund-stake | `authority/${authorityAccountKey}/insuranceFundStakeRecords/${year}/${year}${month}${day}` | + ### Variables | variable | description | example |