# Everstrike REST API ## Description This is version `1.0.0` of this API documentation. Last update on Mar 20, 2025. Public API documentation for the Everstrike REST API. For information on how to use the Everstrike Websockets API, head over to https://everstrikeio.github.io/everstrike-websockets-api/. #### General information * Results are returned in time-descending order (newest results first) * Timestamps are in UNIX time (milliseconds) * The base URL for the Everstrike Testnet is: https://api.testnet.everstrike.io. * The base URL for the Everstrike Mainnet is: https://api.everstrike.io. #### Rate limits * The current rate limit is 20 requests per second. * Requests that exceeed this limit will be throttled. * A 429 response code is sent back if the user has broken the limits. * The x-ratelimit-remaining header contains the number of requests remaining before the limit is reached. * The x-ratelimit-remaining header is reset every second. * A single POST requests to an /auth endpoint (e.g. /auth/order) counts two times towards the limit (equivalent to two GET requests). * Need higher limits? We are happy to help. Just [contact us](https://references.everstrike.io/account/contact-us). ## Servers - https://api.testnet.everstrike.io: https://api.testnet.everstrike.io () ## Authentication The API accepts 2 different authentication methods: - Hmac signature (http_api_key) - Api key (http_api_key) ## Endpoints and operations ### [Public](https://docs.everstrike.io/group/endpoint-public.md) - [Time](https://docs.everstrike.io/operation/operation-time.md) - [Assets](https://docs.everstrike.io/operation/operation-assets.md) - [Markets](https://docs.everstrike.io/operation/operation-pairs.md) - [Depth](https://docs.everstrike.io/operation/operation-depth.md) - [Ticker](https://docs.everstrike.io/operation/operation-ticker.md) - [OHLCV](https://docs.everstrike.io/operation/operation-ohlcv.md) - [Trades](https://docs.everstrike.io/operation/operation-trades.md) ### [Private](https://docs.everstrike.io/group/endpoint-private.md) - [Deposits](https://docs.everstrike.io/operation/operation-deposits.md) - [Withdrawals](https://docs.everstrike.io/operation/operation-withdrawals.md) - [Orders](https://docs.everstrike.io/operation/operation-orders.md) - [Active Orders](https://docs.everstrike.io/operation/operation-active_orders.md) - [Cancelled Orders](https://docs.everstrike.io/operation/operation-cancelled_orders.md) - [Filled Orders](https://docs.everstrike.io/operation/operation-filled_orders.md) - [Completely Filled Orders](https://docs.everstrike.io/operation/operation-completed_orders.md) - [Partially Filled Orders](https://docs.everstrike.io/operation/operation-partially_filled_orders.md) - [Fills](https://docs.everstrike.io/operation/operation-fills.md) - [Triggers](https://docs.everstrike.io/operation/operation-triggers.md) - [Position](https://docs.everstrike.io/operation/operation-position.md) - [Active Positions](https://docs.everstrike.io/operation/operation-active_positions.md) - [Closed Positions](https://docs.everstrike.io/operation/operation-completed_positions.md) - [Order](https://docs.everstrike.io/operation/operation-order.md) - [Account](https://docs.everstrike.io/operation/operation-personal.md) - [Leverage](https://docs.everstrike.io/operation/operation-leverage.md) - [Increase Position Margin](https://docs.everstrike.io/operation/operation-fund.md) - [Decrease Position Margin](https://docs.everstrike.io/operation/operation-draw.md) ### [Auth](https://docs.everstrike.io/group/endpoint-auth.md) - [Order](https://docs.everstrike.io/operation/operation-limit.md) - [Cancel](https://docs.everstrike.io/operation/operation-cancel.md) - [Withdraw](https://docs.everstrike.io/operation/operation-withdraw.md) - [Close](https://docs.everstrike.io/operation/operation-close.md) - [Bulk Order](https://docs.everstrike.io/operation/operation-bulk_order.md) - [Bulk Cancel](https://docs.everstrike.io/operation/operation-bulk_cancel.md) [Powered by Bump.sh](https://bump.sh)