Skip to main content

Why do I see the error 'POST https://api.bitvavo.com/v2/order 400 {"errorCode":212,"error"' on Bitvavo?

Error 'POST https://api.bitvavo.com/v2/order 400 {"errorCode":212,"error"}' indicates order size below Bitvavo's minimum.

Written by Pete Darby
Updated over a week ago

What this error means

When your bot shows this error, it means a buy or sell order was rejected by Bitvavo because the order amount is below the minimum required.

Why this happens

Bitvavo requires a minimum trade amount of 5 EUR. For some cryptocurrencies this minimum may be higher, depending on the quantity you want to buy or sell. You can check all minimum trade amounts on the Bitvavo trading rules page.

What you can do

  1. Go to Configuration → Base config → Currencies and amounts and increase your quote currency amount to meet Bitvavo's minimum of 5 EUR.

  2. If you don't want to trade a specific coin that keeps triggering this error, remove it from your coin selection.

Verify it's fixed

After adjusting your settings, check your bot's log. If the error no longer appears, the issue is resolved.

Error log example

04/16/2024 12:39:00 PM ERROR POST https://api.bitvavo.com/v2/order 400 {"errorCode":212,"error":"You set the amount to less than the minimum value possible for this market. To check the minimum amounts, call https://api.bitvavo.com/v2/markets and check minOrderInQuoteAsset and minOrderInBaseAsset."}

Did this answer your question?