RROBINNEXUS
DOCUMENTATION

Build on the trust layer

A single REST surface for equities, options and crypto. Every response is signed and reproducible on the settlement chain.

curl · place order
curl -X POST https://api.robinnexus.io/v1/orders \
  -H "Authorization: Bearer $RNX_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "symbol": "AAPL", "qty": 10, "side": "buy", "type": "market" }'