Compose Finance
Developer fees

Get developer fee balance

Returns your organization's current developer fee balance. This balance accumulates from fees charged on customer deposits and can be claimed to your organization's wallet.

GET
/api/v2/developer-fees

Returns your organization's current developer fee balance. This balance accumulates from fees charged on customer deposits and can be claimed to your organization's wallet.

Authorization

bearerAuth
AuthorizationBearer <token>

Organization API key obtained from PropelAuth

In: header

Response Body

application/json

application/json

application/json

curl -X GET 'https://compose.finance/api/v2/developer-fees' \  -H 'Authorization: Bearer YOUR_API_KEY'

{
  "balance": "1250.50",
  "pendingClaims": "0",
  "availableBalance": "1250.50",
  "currencyId": "usdc_base",
  "currency": "usdc"
}

{
  "error": "Unauthorized - Invalid or missing API key or session"
}
{
  "error": "Invalid request data"
}