Astros API
Developer documentation for the Astros REST and WebSocket APIs.
Last updated
Developer documentation for the Astros REST and WebSocket APIs.
Basic Info
Rules, access URLs, API key lifecycle, HMAC signing, response envelope
REST API
Orders, positions, private queries, public market data
WebSocket
Authenticated subscriptions, push payloads, and ping/pong keepalive
REST: https://api.astros.ag
WebSocket: wss://api.astros.ag/api/market/ws
App / wallet login: https://astros.ag
Timestamps are Unix milliseconds
Private REST calls send APIKEY + signature headers
Signatures are HMAC-SHA256 β lowercase hex
Success responses use body code: 200
Last updated