Skip to main content
GET
/
v1
/
merchant
/
balance
Get merchant balance
curl --request GET \
  --url https://api.daya.co/v1/merchant/balance \
  --header 'X-Api-Key: <x-api-key>'
{
  "data": {
    "balance": "100.1234",
    "currency": "USD"
  }
}

Overview

Returns your current available merchant balance in USD. This balance is credited when onramps settle in MERCHANT_BALANCE mode and can be withdrawn later to a supported on-chain address.

Authentication

X-Api-Key
string
required
Your merchant API key

Request Examples

curl --request GET \
  --url https://api.daya.co/v1/merchant/balance \
  --header 'X-Api-Key: YOUR_API_KEY'

Response

data
object
Current merchant balance details.

Success Response

{
  "data": {
    "balance": "100.1234",
    "currency": "USD"
  }
}

Error Responses

This endpoint may return:
  • 401: Unauthorized
  • 500: Internal server error

Next Steps

Withdraw Merchant Balance

Transfer available USD balance to a supported on-chain address

Merchant Balance Onramps

See how funds are credited into your balance