Last updated 6 months ago
Returns the blue score of virtual selected parent
Successful Response
const response = await fetch('/info/virtual-chain-blue-score', { method: 'GET', headers: {}, }); const data = await response.json();
{}