question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Seems that lumens are not recognised and fall back to undefined

See original GitHub issue

I use kraken exchange and I query the ordery by using fetchMyTrades. It seems that Lumens (XLM) are not supported by the generalized API.

6:05:07 PM:   Object {
6:05:07 PM:     "action": "buy",
6:05:07 PM:     "amount": ??,
6:05:07 PM:     "info": Object {
6:05:07 PM:       "cost": "??",
6:05:07 PM:       "fee": "??",
6:05:07 PM:       "id": "TNS6ZE-O67HH-XXXXXX",
6:05:07 PM:       "margin": "0.00000000",
6:05:07 PM:       "misc": "",
6:05:07 PM:       "ordertxid": "O6VUNT-ZS3L5-XXXXX",
6:05:07 PM:       "ordertype": "limit",
6:05:07 PM:       "pair": "XXLMZEUR",
6:05:07 PM:       "price": "",
6:05:07 PM:       "time": ,
6:05:07 PM:       "type": "buy",
6:05:07 PM:       "vol": "",
6:05:07 PM:     },
6:05:07 PM:     "price": 0.015805,
6:05:07 PM:     "symbol": undefined,
6:05:07 PM:   },

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
KICcommented, Oct 24, 2017

yes thats it! thx!

0reactions
kroitorcommented, Oct 22, 2017

@KIC ok, can you please update to 1.9.228+ and try the same code again? XLM/EUR should be recognized and parsed correctly now. Let us know if it works for you or not. Thx!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Route Group in Lumen error Call to undefined method Laravel ...
After updating your bootstrap/app.php file, you should update your routes/web.php file to use the $router variable instead of the $app variable:.
Read more >
Call to undefined function Nuwave\Lighthouse\resolve ...
Hi all, I'm trying to get relations working following the video tutorial ... [Lumen] Working with relations - Call to undefined function ...
Read more >
dd(): Call to undefined function - Laracasts
Hello, I want to use dd()'; to debug my code, but I get the following error: Call to undefined function App\Http\Controllers\dd() This is...
Read more >
Step-by-Step Guide for Containerizing a Laravel Application
But now instead of /var/www/app/vendor it's in the /var/www/vendor directory. Adding the additional .. will make artisan to go back one step in...
Read more >
Lumen GI and Reflections feedback thread - #55 by Yaeko
It seems Directional light, Indirect Lighting Intensity slider stops working/or gets clamped to 1 when using physical light values.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found