query {
walletPositions(inputs: [
{ protocol: "morpho", chainId: 10, walletAddress: "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" }
{ protocol: "aave", chainId: 10, walletAddress: "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" }
{ protocol: "pendle", chainId: 10, walletAddress: "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" }
]) {
data {
... on MorphoWalletPositions {
protocol
walletAddress
}
... on AaveWalletPositions {
protocol
walletAddress
}
... on PendleWalletPositions {
protocol
walletAddress
}
}
errors { protocol error { code message } }
}
}