Skip to main content

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 SymbolDescription
USDT-NGNTether USD to Nigerian Naira (recommended)
USDC-NGNUSD Coin to Nigerian Naira
USD-NGNUS 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 RequiredCapabilities
ReadView your orders, trades, and account data
TradePlace market/limit orders, cancel orders
WriteManage webhooks (create, update, delete)

Key Differences from Onramp API

AspectOnramp APIPro API
PurposeFiat-to-crypto conversionCurrency trading
Auth HeaderX-Api-KeyX-Api-Key
Key Prefixsk_sandbox_ / sk_live_daya_sk_
EnvironmentsSandbox + ProductionProduction only
ScopesFull accessRead, Trade, Write
Managementdashboard.daya.coContact 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.
1

Request API Access

Contact support@daya.co to set up your Pro account and request API keys with the scopes you need
2

Test Public Endpoints

Fetch market data without authentication to verify connectivity
3

Make Authenticated Requests

Add your API key to start accessing orders and placing trades

Next Steps

Authentication

Set up API keys and learn about scopes

Quick Start

Place your first order in minutes