> For the complete documentation index, see [llms.txt](https://docs.monolo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolo.io/references/crypto-payments/fetch-deposit-amounts-metadata.md).

# Fetch deposit amounts metadata

{% openapi src="/files/l097BgSvUqZEEU4JIJkw" path="/api/v1/payment/deposits/crypto/metadata" method="get" %}
[PS-OAS-9-17-added-deposit-metadata.json](https://1156661695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL2zqIQFyHxR1U4shgAFz%2Fuploads%2Fgit-blob-e5b8434dcc9a7eb64536e08f7eaa77f5eeec889a%2FPS-OAS-9-17-added-deposit-metadata.json?alt=media)
{% endopenapi %}

Response example

<pre class="language-json"><code class="lang-json"><strong>[
</strong>          "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"
                    }
                  }  
]
</code></pre>
