← Back to Documentation

API Reference

Integrate CrimsonArb with your own systems via our REST API.

Authentication

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"

Endpoints

GET/v1/vault

Get vault status, balance, and current positions.

GET/v1/trades

List all executed trades with AI reasoning.

POST/v1/claw/execute

Execute a trade approved by the Sentry AI.

GET/v1/markets/:symbol

Get market data and funding rates for a specific perp market.