Skip to content

Commit

Permalink
Removed moved endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jul 16, 2024
1 parent 7a41bd6 commit 6553c8c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,5 @@ public async Task<WebCallResult<CoinExAamLiquidity>> RemoveAutoMarketMakerLiquid
};
return await _baseClient.ExecuteAsync<CoinExAamLiquidity>(_baseClient.GetUri("v2/amm/remove-liquidity"), HttpMethod.Post, ct, parameters, true).ConfigureAwait(false);
}


/// <inheritdoc />
public async Task<WebCallResult<IEnumerable<CoinExSymbol>>> GetAssetsAsync(CancellationToken ct = default)
{
return await _baseClient.ExecuteAsync<IEnumerable<CoinExSymbol>>(_baseClient.GetUri("v2/spot/market"), HttpMethod.Get, ct).ConfigureAwait(false);
}

}
}

0 comments on commit 6553c8c

Please sign in to comment.