> ## Documentation Index
> Fetch the complete documentation index at: https://docs.droplinked.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Capital Markets Fees

> Admin fee-schedule preview for the Capital Markets marketplace. Shipping in a follow-up — endpoint not yet exposed on apiv3 prod.

`GET /admin/monetization/capital-markets-fees` will return the operator-facing
fee-schedule preview for the **Capital Markets marketplace** — the planned
marketplace where droplinked attests merchant credit signals, lenders compete on
rate, and financiers gain tier-bucketed exposure.

<Warning>
  **This endpoint is not yet live on `apiv3.droplinked.com` prod (verified 2026-06-14
  — request returns `404`).** The route is being staged behind the Pillar 5 P4
  workstream. This page is a placeholder reserved in the navigation so the URL stays
  stable once the endpoint deploys. Re-probe and fill in the live response shape
  before relying on it.

  Tracking: Capital Markets Marketplace playbook (2026-06-13) — Pillar 5 P4.
</Warning>

## GET /admin/monetization/capital-markets-fees

### Authentication

| Guard        | Requirement                       |
| ------------ | --------------------------------- |
| JWT          | Required, `role = SUPER_ADMIN`    |
| IP allowlist | Caller IP in `ADMIN_IP_ALLOWLIST` |
| Geo          | Country in `ADMIN_GEO_ALLOWLIST`  |

Same guard stack as every other admin endpoint — see
[Network Health KPIs](/api-reference/admin/kpi-dashboard) and
[Authentication](/authentication).

### Current behaviour on prod

```bash theme={null}
curl "https://apiv3.droplinked.com/admin/monetization/capital-markets-fees" \
  -H "Authorization: Bearer <SUPER_ADMIN_JWT>"
```

```json theme={null}
{
  "statusCode": 404,
  "status": "failed",
  "data": {
    "message": "Cannot GET /admin/monetization/capital-markets-fees"
  }
}
```

### Planned scope

When the endpoint ships it will surface:

* Marketplace tier brackets (AAA / AA / A / BBB / BB / B / CCC) and their
  associated fee schedule (origination bps, servicing bps, droplinked attestor bps).
* Cohort grid pointer (the snapshot powering tier assignment).
* Effective-as-of timestamp for the schedule.

The shape is intentionally not documented here yet — per the docs-discipline rule,
fields must be live-probed on prod before being documented. Once the route deploys,
update this page from the live response.

## Related

* [Platform Fee Summary](/api-reference/admin/monetization/platform-fee-summary) — MRR / ARR / 30d / 365d rollup; will include the capital-markets fee constituent once the marketplace settles its first cohort.
* [x402 Earnings](/api-reference/admin/monetization/x402-earnings) — the other Pillar 5 read-only earnings rollup.
* [Set Merchant Acquisition Source](/api-reference/admin/monetization/merchant-acquisition-source) — operator attribution setter that feeds the activation-method mix.
