aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsBuilderCodesIntegratorVaultsBody

    Request payload for fetching integrator vault fees.

    This endpoint returns the accumulated fees an integrator has earned in their global vault, grouped by collateral coin type. Vaults are global per integrator (not per market), so a single request covers all markets.

    interface ApiPerpetualsBuilderCodesIntegratorVaultsBody {
        integratorId: number;
    }
    Index
    integratorId: number

    Numeric integrator id (as assigned by the registry) whose vault fees are being queried.