You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ddeath thanks for clarifying. I guess the easiest for now is to simply query the v1 endpoint instead of fetching the new endpoint per currency you need whenever you see a null.
Problem:
outputs:
with
balanceAvailable
set tonull
, which is not true. The v1 API correctly outputs:.Doesn't seem to be transform issue, as this lib receives
[ 'exchange', 'USD', 13.97576373, 0, null ]
from the API.Actual question: Which API should be used? Is v2 finished or still in development?
The text was updated successfully, but these errors were encountered: