v3.5.0: feat(): add market endpoints for v5 REST APIs, with tests

This commit is contained in:
tiagosiebler
2023-02-14 17:31:11 +00:00
parent a852fd1c63
commit 5b44e31207
9 changed files with 798 additions and 1 deletions

1
src/types/v5-shared.ts Normal file
View File

@@ -0,0 +1 @@
export type CategoryV5 = 'spot' | 'linear' | 'inverse' | 'option';