Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 9, 2024
1 parent 84d3654 commit 7239b9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1964,8 +1964,9 @@ <h4 id="shared_parameters">Optional and exchange specific parameters</h4>
// Needs authentication: True
// Required exchange specific parameters: [Int64] AccountId: Account id of the user | example: 123123123</code></pre>
<h4 id="shared_interfaces">Available Interfaces</h4>
<p>What interfaces are actually available and implemented on each exchange clients depends on what functionality is available in the specific API.</p>

<p>Available REST shared interfaces</p>
<p style="font-style: italic;">Available REST shared interfaces</p>
<table class="table table-bordered">
<tr><th>Interface</th><th>Description</th></tr>
<tr><td><code>IAssetsRestClient</code></td><td>For requesting withdrawal and deposit info for assets</td></tr>
Expand Down Expand Up @@ -1993,7 +1994,7 @@ <h4 id="shared_interfaces">Available Interfaces</h4>
<tr><td><code>IPositionModeRestClient</code></td><td>For managing the position mode for the user</td></tr>
</table>

<p>Available Socket shared interfaces</p>
<p style="font-style: italic;">Available Socket shared interfaces</p>
<table class="table table-bordered">
<tr><th>Interface</th><th>Description</th></tr>
<tr><td><code>IBookTickerSocketClient</code></td><td>For subscribing to book ticker (best bid/ask) updates for a symbol</td></tr>
Expand Down

0 comments on commit 7239b9c

Please sign in to comment.