Skip to content

Commit f4bd4aa

Browse files
authored
Update 2025-07-07-openapi-doc.md
1 parent 85f1c39 commit f4bd4aa

File tree

1 file changed

+4
-61
lines changed

1 file changed

+4
-61
lines changed

_posts/2025-07-07-openapi-doc.md

Lines changed: 4 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -449,67 +449,10 @@ client_config.token_refresh_duration = 24 * 60 * 60
449449

450450
### Get Contracts
451451

452-
<Table align={["left","left","left","left"]}>
453-
<thead>
454-
<tr>
455-
<th>
456-
Method
457-
</th>
458-
459-
<th>
460-
Description
461-
</th>
462-
463-
<th>
464-
Parameters
465-
</th>
466-
467-
<th>
468-
Response
469-
</th>
470-
</tr>
471-
</thead>
472-
473-
<tbody>
474-
<tr>
475-
<td>
476-
get\_contracts
477-
</td>
478-
479-
<td>
480-
Retrieve multiple contract objects simultaneously with complete specifications including symbols, expiration dates, and trading terms
481-
</td>
482-
483-
<td>
484-
symbol(str)<br />sec\_type(SecurityType)
485-
<br />currency(Currency)<br />exchange(str)<br />expiry(str)<br />strike(float)<br />put\_call(str)
486-
</td>
487-
488-
<td>
489-
Contract Object:<br />- symbol(str)<br />- sec\_type(str)<br />- currency(str)<br />- exchange(str)<br />- expiry(str)<br />- strike(float)<br />- put\_call(str)<br />- multiplier(float)<br />- name(str)<br />- market(str)<br />- identifier(str)<br />- shortable(bool)<br />- marginable(bool)<br />- min\_tick(float)<br />- tick\_sizes(list)<br />- status(str)<br />- trade(bool)<br />- lot\_size(float)
490-
</td>
491-
</tr>
492-
493-
<tr>
494-
<td>
495-
get\_contract
496-
</td>
497-
498-
<td>
499-
Access detailed information about specific trading contract including tick sizes, margin requirements, and settlement terms
500-
</td>
501-
502-
<td>
503-
symbol(str)<br />sec\_type(SecurityType)<br />currency(Currency)<br />exchange(str)
504-
</td>
505-
506-
<td>
507-
list\[Contract]:<br />Each item contains same fields as Contract Object
508-
</td>
509-
</tr>
510-
</tbody>
511-
</Table>
512-
452+
| Method | Description | Parameters | Response |
453+
|---------------|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
454+
| `get_contracts` | Retrieve multiple contract objects simultaneously with complete specifications including symbols, expiration dates, and trading terms | `symbol` (str)<br>`sec_type` (SecurityType)<br>`currency` (Currency)<br>`exchange` (str)<br>`expiry` (str)<br>`strike` (float)<br>`put_call` (str) | Contract Object:<br>- `symbol` (str)<br>- `sec_type` (str)<br>- `currency` (str)<br>- `exchange` (str)<br>- `expiry` (str)<br>- `strike` (float)<br>- `put_call` (str)<br>- `multiplier` (float)<br>- `name` (str)<br>- `market` (str)<br>- `identifier` (str)<br>- `shortable` (bool)<br>- `marginable` (bool)<br>- `min_tick` (float)<br>- `tick_sizes` (list)<br>- `status` (str)<br>- `trade` (bool)<br>- `lot_size` (float) |
455+
| `get_contract` | Access detailed information about specific trading contract including tick sizes, margin requirements, and settlement terms | `symbol` (str)<br>`sec_type` (SecurityType)<br>`currency` (Currency)<br>`exchange` (str) | `list[Contract]`:<br>Each item contains same fields as Contract Object |
513456

514457

515458
### Get Order Information

0 commit comments

Comments
 (0)