cURL
curl --request GET \ --url https://api.daya.co/v1/deposits \ --header 'X-Api-Key: <x-api-key>'
{ "deposits": [ { "type": "NGN_DEPOSIT", "id": "dep_9x2k5m8p", "onramp_id": "onramp_3j5k8n2q", "offramp_id": null, "customer_id": "650e8400-e29b-41d4-a716-446655440000", "amount": "15000.00", "currency": "NGN", "settled_amount": "9.70", "settled_currency": "USD", "fee_amount": "0.05", "fee_currency": "USD", "rate": "1545.50", "rate_id": "rate_8x7k2mq9p", "status": "COMPLETED", "settlement_status": "COMPLETED", "settlement_mode": "ONCHAIN", "asset": null, "chain": "BASE", "tx_hash": "0x8f3e2d1c0b9a8e7f6d5c4b3a2e1f0d9c8b7a6e5f4d3c2b1a", "flag_code": null, "flag_message": null, "created_at": "2026-01-14T15:06:30Z", "updated_at": "2026-01-14T15:08:15Z" } ], "pagination": { "total": 1, "page": 1, "per_page": 20, "total_pages": 1 } }
List deposits with optional filters
NGN_DEPOSIT
CRYPTO_DEPOSIT
onramp_3j5k8n2q
550e8400-e29b-41d4-a716-446655440000
PENDING
COMPLETED
FAILED
FLAGGED
REVERSED
2026-01-01T00:00:00Z
2026-01-31T23:59:59Z
1
20
100
curl --request GET \ --url 'https://api.daya.co/v1/deposits' \ --header 'X-Api-Key: YOUR_API_KEY'
Show deposit properties
NGN
USDC
USDT
ONCHAIN
INTERNAL_BALANCE
NGN_PAYOUT
Show pagination properties