pending until the Hypermid operations team triggers a settlement payout to your registered fee wallets.
Settlements are run periodically by the operations team via a Ledger device. Once a row moves from
pending → settled, the corresponding payout has been broadcast on-chain.Authentication
Requires a partner API key in theX-API-Key header.
Response
Response fields
| Field | Type | Description |
|---|---|---|
partnerId | string | Your partner ID (echoed from auth) |
pending | array | Earnings awaiting settlement, grouped by ecosystem |
pending[].ecosystem | string | One of evm, solana, bitcoin, sui, near |
pending[].totalUsd | string | Sum of fees in USD (string to avoid float precision loss) |
pending[].rowCount | number | Number of swap-fee-ledger rows aggregated |
settled | array | Same shape as pending, for fees already paid out |
notes | string | Operational note on settlement cadence |
pending and settled arrays only include ecosystems where you have non-zero balances — they may be empty.