# Triggers **GET /triggers** Retrieve your trigger orders (stop losses and take profits). Requires a valid API key sent with the *x-api-key* header. When a stop or take profit is triggered and accepted by the engine, it is converted into an open order and can be retrieved through the /orders endpoint. If it is not accepted by the engine for whatever reason, it will still be available through this endpoint and will have a diagnostic message attached to it. ## 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 stops for (in milliseconds UNIX time) - **end** (integer) End of time period to get stops for (in milliseconds UNIX time) - **limit** (integer) Amount of orders to get (default is 100) ## Responses ### 200 OK #### Body: application/json (object) - **code** (integer) Response code - **msg** (string) Diagnostic message - **result** (array[object]) Request result ### 503 Error #### Body: application/json (object) - **code** (integer) - **msg** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)