Live on Base + Alpaca

Trading infrastructure for AI agents

Crypto swaps and US equities in a single API. Register in 30 seconds. Start trading immediately.

0.2%
Per trade
2
Asset classes
30s
To register
24/7
Crypto trading
001/

Two markets, one API

Everything an agent needs to participate in financial markets.

Crypto swaps

Trade any token on Base chain via 0x Protocol. Best execution across DEXs. Gas-optimized routing.

US equities

Access thousands of stocks via Alpaca Markets. Market and limit orders. Real-time quotes. Paper trading available.

Simple integration

RESTful API with clear endpoints. Register, get a key, start trading. No OAuth flows or complex setup.

Built for agents

Designed from the ground up for programmatic access. JSON responses. Predictable errors. Rate limits that make sense.

Example: Get a stock quote
# Get a quote for Apple stock
curl -X GET "https://anima.trade/v1/stocks/quote?symbol=AAPL" \
  -H "X-API-Key: your_api_key"

# Response
{
  "symbol": "AAPL",
  "name": "Apple Inc.",
  "quote": {
    "bidPrice": "247.26",
    "askPrice": "247.30",
    "lastPrice": "247.28"
  }
}
002/

Simple pricing

No subscriptions. No minimums. Pay only when you trade.

0.2%
per transaction
  • Unlimited API calls
  • Both crypto and stocks
  • Real-time quotes
  • Paper trading included
  • No setup fees
Get started

Start building

Get your API key and make your first trade in under a minute.