Validate consolidation requestsAsk AIpost https://api.northstake.dk/v1/lidov3/{contractsId}/validate-consolidation-requestsReturns validator balances and signing wallet information for the given consolidation requests.Path ParamscontractsIdstringrequiredThe unique identifier of the Lido staking contractsBody ParamssourcePubKeysarray of stringsrequiredArray of source validator public keys (hex strings starting with 0x) to consolidate from.sourcePubKeys*ADD stringtargetPubKeysarray of stringsrequiredArray of target validator public keys (hex strings starting with 0x) to consolidate to. Must be same length as sourcePubKeys.targetPubKeys*ADD stringsimulateAddressstringOptional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.Responses 200Returns validated consolidation request details with balances and signing wallet 400Validation errorUpdated about 2 months ago