diff --git a/apps/whale-api/src/module.api/stats.controller.ts b/apps/whale-api/src/module.api/stats.controller.ts index 3a50b07135..55403f7f77 100644 --- a/apps/whale-api/src/module.api/stats.controller.ts +++ b/apps/whale-api/src/module.api/stats.controller.ts @@ -37,6 +37,9 @@ export class StatsController { price: await this.cachedGet('price', this.getPrice.bind(this), 300), masternodes: { locked: masternodes.locked + }, + blockchain: { + difficulty: block?.difficulty ?? 0 } } }