Integrate CrimsonArb with your own systems via our REST API.
All API requests require an API key passed in the X-API-Key header.
curl -X GET https://api.crimsonarb.com/v1/vault \ -H "X-API-Key: your_api_key"
/v1/vaultGet vault status, balance, and current positions.
/v1/tradesList all executed trades with AI reasoning.
/v1/claw/executeExecute a trade approved by the Sentry AI.
/v1/markets/:symbolGet market data and funding rates for a specific perp market.