I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Cannot get satellizer token for ShapeShift extension from browser console

dashed-slug.net Forums ShapeShift Exchange extension support Cannot get satellizer token for ShapeShift extension from browser console

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8786
    zhak
    Participant

    pleas help,

    just as the plugin instructed. “press f12 to get token”

    well this doesn’t work for me.. bcos it display only error on javascript console.. please help

    #8787
    zhak
    Participant

    find error in image here ==> https://ibb.co/4JR9ZsK

    pls help assist on how to get the token easily

    #8789
    alexg
    Keymaster

    Even though there are some warnings/errors on the console, if you type localStorage.getItem('satellizer_token'); you should get back a string, if you are logged in. Did you attempt this? In the screenshot it does not look like you have typed the command.

    #8811
    Anonymous
    Inactive

    I am having the same issue.

    I am logged in and can’t get it to return anything.

    Typing it in “filter” returns nothing

    I’m also not sure where to type “localStorage.getItem(‘satellizer_token’);” Do I type it in element section, console section,? I tried ctrl, shift P and run it as a command It says “no commands found”. (see screen shot)

    Saying type it in the console is not enough to get me through. 🙂

    ~~~~~~~~~~~~
    The link to the support page in the Shapeshift WP plugin is bad. It says The page you were looking for doesn’t exist
    You may have mistyped the address or the page may have moved

    Thank you for your support.

    Attachments:
    You must be logged in to view attached files.
    #8815
    Anonymous
    Inactive

    FYI: I tried this on the account page (https://portal.shapeshift.io/me/fox/dashboard) and the home page after logging in.

    #8820
    alexg
    Keymaster

    Hello,

    The “filter” field is not for entering JavaScript expressions.

    For background reading on how to use the console, you can also look at this: https://www.digitalocean.com/community/tutorials/how-to-use-the-javascript-developer-console DigitalOcean always has the best introductory guides.

    Here’s a more clear instruction list:

    1. Login to ShapeShift.

    2. Open the browser console using F12.

    3. Go to the “Console tab”. This is the JavaScript console. There will be a number of warnings, as seen in the screenshots above.

    4. Below the last warning, click on the empty line beginning with a “>”.

    5. In that area, paste the string localStorage.getItem('satellizer_token');. You will get back a string which is your satellizer token.

    Hope this helps.

    with regards

    #8823
    Anonymous
    Inactive

    Thank you that worked!

    #9560
    Anonymous
    Inactive

    Please do I need to have a shapeshift verified user account to access this area

    #9565
    alexg
    Keymaster

    @bayutec It looks like ShapeShift has changed since this extensions was released. They now promote shapeshift.com in favor of shapeshift.io.

    The plugin extension was build to communicate with this API: https://docs.shapeshift.io/

    The Satellizer token, also known as an “Authorization token”, is no longer available by default.

    According to the documentation, you now have to contact support to ask for the Authorization Token to build an application/integration.

    I will look more into this and update the plugin’s instructions accordingly. In the meantime, you could ask them to generate a token for you. You might have to describe to them the type of website you are building. Please let me know if you were successful to get a token from the support team.

    with regards

    #9568
    alexg
    Keymaster

    OK thank you for bringing this to my attention. Having looked more into this, I am decommissioning the ShapeShift extension.

    It is no longer suitable for use by the plugin. The end user must sign in using OAuth2 to gain access to a number of wallets that can be extrernal, and therefore not relevant to this plugin.

    If you need to provide exchange functionality, you can set up markets using the Exchange extension. If the markets have enough liquidity (limit orders on the orderbook), you can provide similar functionality using the [wallets_exchange_market_order] shortcode: https://www.dashed-slug.net/exchange-swap-ui-plus-theme-templating/

    Apologies for the trouble.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.