Börkur I. Jónsson

Results 12 comments of Börkur I. Jónsson

Thx fór the reply. I did manage to create a simple api using flask. Receives a file, iterates through it and returns the result ins Json. The editing of templates...

Yes. Basically to handle query's from a web app which has a bunch of invoices to autofill some forms.

Apparently there is some CORS problem showing up in the console Not sure if it's related: Access to fetch at 'https://solana-api.projectserum.com/' from origin 'https://dex.projectserum.com' has been blocked by CORS policy:...

the code needs to be refactored.

My code is from the example: await market.placeOrder(connection, { owner, payer: quoteTokenAddress, side: "buy", // 'buy' or 'sell' price: 0.11, size: 2500, orderType: "postOnly", // 'limit', 'ioc', 'postOnly' });

Can I simply connect to another validator that's less used?

Could this be the result of me being throttled?

Seeing this on PlaceAndMake aswell. Example tx: https://solscan.io/tx/5k4ThgJusEaNms4QZw5tebUWQJRWis6SzJQWvqQcJ1sLCbPG5aq2ANAwFwptFBRNKs5wKq1qYB17Eg12AjnbcQ5p

Could you explain the different scenarios on why no trade is happening, does the order we are trying to take not exist anymore, is the price wrong? what is going...