gitbitex / gitbitex-new

an open source cryptocurrency exchange
Apache License 2.0
237 stars 90 forks source link

How does engine handle the insertion of new symbols and thereafter a change in tick size? #27

Closed cwengc closed 6 months ago

greensheng commented 1 year ago

You can send the PutCommand command to the matching engine to add or update Products

cwengc commented 1 year ago

Is this controlled by any form of user access control?

greensheng commented 1 year ago

Is this controlled by any form of user access control?

Yes,

curl -X PUT -H "Content-Type:application/json" http://127.0.0.1/api/admin/products -d '{"baseCurrency":"BTC","quoteCurrency":"USDT"}'