Introduction
Daya Pro API provides programmatic access to our currency trading platform. Build trading bots, integrate market data into your applications, or automate your trading strategies.Pro is a separate platform from Daya Onramp. It requires its own API keys and uses different authentication methods.
What You Can Build
Trading Bots
Automate trading strategies with market and limit orders
Market Data Apps
Access real-time orderbook and market data
Portfolio Dashboards
Track orders, trades, and account activity
Analytics Tools
Analyze trading patterns and market trends
Available Markets
Pro currently supports the following trading pairs:Unified Balance: You can use
USDT-NGN, USDC-NGN, or USD-NGN as the symbol. All are treated equivalently and map to a single unified USD balance.| Input Symbol | Description |
|---|---|
USDT-NGN | Tether USD to Nigerian Naira (recommended) |
USDC-NGN | USD Coin to Nigerian Naira |
USD-NGN | US Dollar to Nigerian Naira |
API Capabilities
Public Endpoints (No Authentication)
Access market data without an API key:- Markets - List all available trading pairs
- Orderbook - Real-time orderbook snapshots with configurable depth
Authenticated Endpoints
With an API key, you can:| Scope Required | Capabilities |
|---|---|
| Read | View your orders, trades, and account data |
| Trade | Place market/limit orders, cancel orders |
| Write | Manage webhooks (create, update, delete) |
Key Differences from Onramp API
| Aspect | Onramp API | Pro API |
|---|---|---|
| Purpose | Fiat-to-crypto conversion | Currency trading |
| Auth Header | X-Api-Key | X-Api-Key |
| Key Prefix | sk_sandbox_ / sk_live_ | daya_sk_ |
| Environments | Sandbox + Production | Production only |
| Scopes | Full access | Read, Trade, Write |
| Management | dashboard.daya.co | Contact support (self-service coming soon) |
Getting Started
Self-service coming soon. API keys are currently generated by the Daya team. Contact support@daya.co to request access.
Request API Access
Contact support@daya.co to set up your Pro account and request API keys with the scopes you need
Next Steps
Authentication
Set up API keys and learn about scopes
Quick Start
Place your first order in minutes