From 3fd4a438f0afaaa159a24bcaad366258c14acaba Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Wed, 9 Oct 2024 12:17:00 -0400 Subject: [PATCH] add swap records --- source/includes/_historicaldata.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/includes/_historicaldata.md b/source/includes/_historicaldata.md index 5d7534f..6857e64 100644 --- a/source/includes/_historicaldata.md +++ b/source/includes/_historicaldata.md @@ -16,6 +16,7 @@ mainnet-beta: `https://drift-historical-data-v2.s3.eu-west-1.amazonaws.com/prog | --- | --- | | trades | `user/${accountKey}/tradeRecords/${year}/${year}${month}${day}` | | market-trades | `market/${marketSymbol}/tradeRecords/${year}/${year}${month}${day}` | +| swaps | `user/${accountKey}/swapRecords/${year}/${year}${month}${day}` | | funding-rates | `market/${marketSymbol}/fundingRateRecords/${year}/${year}${month}${day}` | | funding-payments | `user/${accountKey}/fundingPaymentRecords/${year}/${year}${month}${day}` | | deposits | `user/${accountKey}/depositRecords/${year}/${year}${month}${day}` |