get_short_selling
Retrieve short-selling history for a Swedish stock by order-book ID, with pagination controls to page through source-ordered records.
Instructions
Page shortSellingHistory in source order; timestamp/ratio values are not converted.
data preserves upstream fields. A page is not the full history or a latest-value summary. Offset zero is the beginning of source order, not necessarily newest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| order_book_id | Yes | Avanza order-book ID from discovery; not the separate instrumentId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Required history array; ratio is returned without conversion. | |
| pagination | Yes |