cURL
curl --request GET \ --url https://api.daya.co/v1/offramps/{id} \ --header 'X-Api-Key: <x-api-key>'
{ "id": "a50e8400-e29b-41d4-a716-446655440000", "type": "TEMPORARY", "customer_id": "650e8400-e29b-41d4-a716-446655440000", "address": "0x1a2b3c4d5e6f7890abcdef1234567890abcdef12", "chain": "ETHEREUM", "asset": "USDC", "status": "ACTIVE", "settlement": { "mode": "INTERNAL_BALANCE", "rate_id": null, "destination_bank": null }, "created_at": "2026-01-05T15:04:05Z", "updated_at": "2026-01-05T15:04:05Z" }
Retrieve a single offramp by ID
a50e8400-e29b-41d4-a716-446655440000
curl --request GET \ --url https://api.daya.co/v1/offramps/a50e8400-e29b-41d4-a716-446655440000 \ --header 'X-Api-Key: YOUR_API_KEY'
TEMPORARY
PERMANENT
APTOS
BASE
CELO
ETHEREUM
POLYGON
SOLANA
TRON
USDC
USDT
ACTIVE
INACTIVE
EXPIRED
Show settlement properties
INTERNAL_BALANCE
NGN_PAYOUT
Show destination_bank properties