get_account_orders
Retrieve orders for a specific account by providing the account ID, with options to paginate results by page and limit. Enables efficient tracking and management of trading activities through the Paper MCP Server.
Instructions
Get orders for an account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | Account ID | |
limit | No | Results per page (default: 10) | |
page | No | Page number (default: 1) |