diff --git a/haskoin-store-data.cabal b/haskoin-store-data.cabal
--- a/haskoin-store-data.cabal
+++ b/haskoin-store-data.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5e354816366460fcef69a7b678ef7a52ff0ddba1cb18823d6532ac099d753428
+-- hash: df7d13a2186615bf963558872800b916609ca45f814c227011a08b7dfac5efb4
 
 name:           haskoin-store-data
-version:        0.34.6
+version:        0.34.7
 synopsis:       Data for Haskoin Store
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
 category:       Bitcoin, Finance, Network
@@ -74,7 +74,7 @@
     , deepseq >=1.4.4.0
     , hashable >=1.3.0.0
     , haskoin-core >=0.13.6
-    , haskoin-store-data ==0.34.6
+    , haskoin-store-data ==0.34.7
     , hspec >=2.7.1
     , http-client >=0.6.4.1
     , http-types >=0.12.3
diff --git a/src/Haskoin/Store/WebCommon.hs b/src/Haskoin/Store/WebCommon.hs
--- a/src/Haskoin/Store/WebCommon.hs
+++ b/src/Haskoin/Store/WebCommon.hs
@@ -132,7 +132,7 @@
     captureParams _ = [ProxyBox (Proxy :: Proxy HeightParam)]
 
 instance ApiResource GetBlockHeights [Store.BlockData] where
-    resourcePath _ _ = "/block/height"
+    resourcePath _ _ = "/block/heights"
     queryParams (GetBlockHeights hs t) = ([], [ParamBox hs] <> noDefBox t)
 
 instance ApiResource GetBlockHeightRaw (Store.RawResultList Block) where
