1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 07:56:12 +00:00
This commit is contained in:
Jkorf 2024-10-22 11:56:59 +02:00
parent 1842f4fda0
commit 31a6cf285b

View File

@ -4242,7 +4242,7 @@ _ = Task.Run(async () => {
<div id="collapseMinimalApi" class="collapse" aria-labelledby="headingMinimalApi" data-parent="#accordionMinimalApi">
<div class="card-body">
<p>This API returns ticker information for the following path</p>
<code>/Ticker/[Exchange]/[QuoteAsset]/[BaseAsset]</code> for example <code>/Ticker/Kraken/ETH/BTC</code><br />
<code>/Ticker/[Exchange]/[BaseAsset]/[QuoteAsset]</code> for example <code>/Ticker/Kraken/ETH/BTC</code><br />
</p>
<pre><code class="language-csharp">using CryptoExchange.Net.Interfaces;