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

    Interface ApiPerpetualsBuilderCodesIntegratorConfigBody

    Request payload for fetching integrator configuration for a specific account and integrator.

    This endpoint checks whether an integrator has been approved by an account to collect fees, and if so, returns the maximum taker fee the integrator is authorized to charge.

    interface ApiPerpetualsBuilderCodesIntegratorConfigBody {
        accountId: bigint;
        integratorId: number;
    }
    Index
    accountId: bigint

    Account ID encoded as a bigint.

    This is the perpetuals account whose integrator approval is being queried.

    integratorId: number

    Numeric integrator id (as assigned by the registry) whose configuration is being queried.