Documentation

Everything you need to integrate with the CIDER platform

Quick Start

Get up and running with the CIDER API in 5 minutes

5 min read

# Fetch bot list

curl https://cider.trade/api/v1/bots

# Create OTC order (requires API key)

curl -X POST https://cider.trade/api/otc/orders \

-H "Authorization: Bearer YOUR_API_KEY" \

-d '{"offerToken":"USDT","offerAmount":1000,...}'

Getting Started

Quick start guide for the CIDER platform

API Reference

Complete REST API documentation