Skip to content

Commit

Permalink
add swap records
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Oct 9, 2024
1 parent cad9bb1 commit 3fd4a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/includes/_historicaldata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}` |
Expand Down

0 comments on commit 3fd4a43

Please sign in to comment.