Fetch deposit amounts metadata

Returns the minimum allowed deposit amount for each display currency or deposit currency.

Response example

[
          "ETH" : {
                    "ETH" : {
                      "ETH" : "0.002177818914615500",
                      "EUR" : "5",
                      "GBP" : "4.20",
                      "USD" : "5.54"
                    },
                    "BSC" : {
                      "ETH" : "0.002177818914615500",
                      "EUR" : "5",
                      "GBP" : "4.20",
                      "USD" : "5.54"
                    }
                  },
           "BTC": {
                    "BTC": {
                      "BTC": "0.00009469",
                      "EUR": "5",
                      "GBP": "4.22",
                      "USD": "5.55"
                    }
                  }  
]

Last updated