Interface GetAliasesOnSaleArgs

The argument object for AliasApi.getAliasesOnSale

interface GetAliasesOnSaleArgs {
    accountId?: string;
    buyerId?: string;
    firstIndex?: number;
    lastIndex?: number;
}

Properties

accountId?: string

The account id of the owner, to filter alias sales by owner

buyerId?: string

The account id of the buyer, to filter alias direct offers

firstIndex?: number

The first index to be returned. Use this for pagination. Starts at 0

lastIndex?: number

The last index to be returned. Use this for pagination. If not set, at maximum 500 items beginning at firstIndex will be returned