From a71e51581a063c433a6a97c51bc5925ea015746c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 17 Jun 2021 11:15:26 +0100 Subject: [PATCH] history pricing --- currency/publicapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/currency/publicapi.json b/currency/publicapi.json index 686a5ef..0376de0 100644 --- a/currency/publicapi.json +++ b/currency/publicapi.json @@ -4,6 +4,7 @@ "category": "money", "pricing": { "Currency.Rates": 100, - "Currency.Convert": 100 + "Currency.Convert": 100, + "Currency.History": 150 } }