List payout balances
Auth context: merchant. Requires cryptoPayoutEnabled=true.
Source of truth for what can be withdrawn on each chain. The aggregate USD balance
also lives in the merchant’s payout_crypto wallet (one ledger account, one currency),
but the breakdown by chain × token only exists here.
Each (chain, token) row is an independent withdrawable bucket. SkinShark does not hold cross-chain liquidity — funds deposited on chain X / token Y can only be withdrawn on chain X / token Y.
Authorizations
Your raw API key. Generate, rotate, and revoke keys from the merchant
dashboard. Keys can optionally be bound to one or more allowed source
IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.