From 4830188b08f4f1f2a986d776ec6c962ec091fb4a Mon Sep 17 00:00:00 2001 From: Backpack Exchange Bot Date: Wed, 16 Oct 2024 15:38:11 +0000 Subject: [PATCH] 72e42c75 --- docs/index.html | 54 ++++++++- openapi.yaml | 283 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 334 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4c2a14a..46d1749 100644 --- a/docs/index.html +++ b/docs/index.html @@ -363,7 +363,7 @@ -

Unauthorized.

Response samples

Content type
application/json; charset=utf-8
[
  • {
    }
]

Order

Response samples

Content type
application/json; charset=utf-8
[
  • {
    }
]

Get collateral reconciliation history.

History of collateral reconciliation operations for the account.

+

Instruction: collateralReconciliationHistoryQueryAll

+
query Parameters
limit
integer <uint64>

Maximum number to return. Default 100, maximum 1000.

+
offset
integer <uint64>

Offset for pagination. Default 0.

+
header Parameters
X-API-KEY
string

API key

+
X-SIGNATURE
string

Signature of the request

+
X-TIMESTAMP
integer <int64>

Timestamp of the request in milliseconds

+
X-WINDOW
integer <uint64>

Time the request is valid for in milliseconds (default 5000, maximum 60000)

+

Responses

Response samples

Content type
application/json; charset=utf-8
[
  • {
    }
]

Get unsettled reconciliation history.

History of unsettled reconciliation operations for the account.

+

Instruction: unsettledReconciliationHistoryQueryAll

+
query Parameters
limit
integer <uint64>

Maximum number to return. Default 100, maximum 1000.

+
offset
integer <uint64>

Offset for pagination. Default 0.

+
header Parameters
X-API-KEY
string

API key

+
X-SIGNATURE
string

Signature of the request

+
X-TIMESTAMP
integer <int64>

Timestamp of the request in milliseconds

+
X-WINDOW
integer <uint64>

Time the request is valid for in milliseconds (default 5000, maximum 60000)

+

Responses

Response samples

Content type
application/json; charset=utf-8
[
  • {
    }
]

Order

Order management.

Get open order.