orionx-dev / orionx-sdk-js

The official Orionx SDK for JavaScript
https://orionx.com
MIT License
8 stars 4 forks source link

Limit on order size #30

Open shortthefomo opened 2 years ago

shortthefomo commented 2 years ago

Where can I find the documentation on the minimum amount to use when making a offer? Is there a callback that is providing the minimum amount?

joadr commented 2 years ago

Currently there's no endpoint with that information, however I'm attaching the list with with minimum amounts:

ADA: 0.5 AVAX: 0.008 BCH: 0.0005 BNB: 0.003 BTC: 0.0001 CHA: 0.3 DAI: 0.5 DASH: 0.001 DOT: 0.03 EOS: 0.1 ETH: 0.0005 LTC: 0.005 LUK: 0.3 MATIC: 0.5 SOL: 0.005 TRX: 3 USDT: 0.5 XLM: 0.5 XRP: 0.5

A backlog item has been made to add this functionality to the API

shortthefomo commented 2 years ago

Thanks good to see my guess was right, looking forward to having this in the API.