# Closed Positions **GET /completed_positions** Retrieve your closed positions. Requires a valid API key sent with the *x-api-key* header. ## Servers - https://api.testnet.everstrike.io: https://api.testnet.everstrike.io () ## Authentication methods - Api key ## Parameters #### Query parameters - **pair** (string) Filter by market (e.g. USD_BTCCALL_PERP) - **start** (integer) Start of time period to get positions for (in milliseconds UNIX time) - **end** (integer) End of time period to get positions for (in milliseconds UNIX time) - **limit** (integer) Amount of positions to get (default is 100) ## Responses ### 200: OK #### Body Parameters: application/json (object) - **code** (integer) Response code - **msg** (string) Diagnostic message - **result** (array[object]) Request result ### 503: Error #### Body Parameters: application/json (object) - **code** (integer) - **msg** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)