getValidatorsAsk AIget https://api.blockberry.one/mina-mainnet/v1/validatorsGet a list of all validators on the Mina Blockchain.Query Paramspageint32required≥ 0Defaults to 0Queried API page.sizeint32required1 to 50Defaults to 20Number of queried entries.orderBystringenumrequiredDefaults to DESCSorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).ASCDESCAllowed:ASCDESCsortBystringenumrequiredDefaults to STAKESelect sorting parameter.STAKENEXT_EPOCH_STAKEDELEGATORSCANONICAL_BLOCKSALL_BLOCKSAllowed:STAKENEXT_EPOCH_STAKEDELEGATORSCANONICAL_BLOCKSALL_BLOCKSsearchStrstringEnter part or full validator name or address to get the queried validator.typestringenumDefaults to ALLThe type of queried validators. Active validators are validators that produced at least 1 block in the last completed epoch.ALLACTIVEINACTIVEAllowed:ALLACTIVEINACTIVEisNotAnonymousOnlybooleanDefaults to falseFlag showing whether the queried validators are anonymous, i.e. are not run by a known operator (an operator that registered with our name service).truefalseisWithFeeOnlybooleanDefaults to falseFlag showing that the queried validators charge a non-null fee for validation services.truefalseisVerifiedOnlybooleanDefaults to falseFlag showing that the queried validators have been verified, i.e. their identity has been proved.truefalseResponse 200OKUpdated 5 months ago