Purpose
Skinloop provides separate balance endpoints for merchant servers and the first-party dashboard. Both return the same ledger-derived USD fields. Do not calculate a balance by adding webhook deliveries. Only posted, verified completed-trade credits become available. Pending, active, and CS2 Steam-hold funds remain excluded until completion is verified. A reversal or payout reservation can reduce what is available.Merchant server
Use a server-side merchant API key withpayouts:read:
First-party dashboard
Skinloop’s signed-in dashboard uses the merchant user’s Clerk session:Response
All amount fields are integer USD cents encoded as strings:availableMinoris the posted balance currently available.pendingMinorcontains initiated, pending, and active payments.heldMinorcontains payments in provider hold.payoutReadyMinoris eligible to enter the payout flow.pendingPayoutMinoris reserved in payout clearing.
availableMinor as a displayed ledger value, not as a
promise of payout completion. See Payouts for eligibility and fees.