Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. help to implement encryption-based authentication for exchange DEX-TRADE

help to implement encryption-based authentication for exchange DEX-TRADE

Scheduled Pinned Locked Moved .NET (Core and Framework)
securitycomjsonhelp
3 Posts 2 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_14500184
    wrote on last edited by
    #1

    I would like to create a c # wrap to call the API of the exchange btc-aplha as it implements the DCY currency which is the only one of an Italian project. My difficulty is understanding the rules for implementing key based authorization. Documentation is very sparse

    https://docs.dex-trade.com/#api-Private\_API-Create\_Signature

    L M 2 Replies Last reply
    0
    • M Member_14500184

      I would like to create a c # wrap to call the API of the exchange btc-aplha as it implements the DCY currency which is the only one of an Italian project. My difficulty is understanding the rules for implementing key based authorization. Documentation is very sparse

      https://docs.dex-trade.com/#api-Private\_API-Create\_Signature

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I'd like an icecream. Reposting isn't going to help. Just makes me skip the question, becuase you impatient and I prefer those who aren't. Contact their helpdesk. This site doesn't provide help with third-party stuff. We can help you with anything coding-related, but don't know how their API works. If it sucks, it sucks, and let them know.

      Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

      1 Reply Last reply
      0
      • M Member_14500184

        I would like to create a c # wrap to call the API of the exchange btc-aplha as it implements the DCY currency which is the only one of an Italian project. My difficulty is understanding the rules for implementing key based authorization. Documentation is very sparse

        https://docs.dex-trade.com/#api-Private\_API-Create\_Signature

        M Offline
        M Offline
        Member_14500184
        wrote on last edited by
        #3

        Thanks for the reply. Yes, I have already written to them, but they have not replied. In the link I have attached this is indicated

        Is formed using the request body and the secret by this algorithm:

        All keys of the object of the request body are sorted alphabetically;
        All values ​​of the object of the request body are merged into a string with adding a secret at the end, which you get when logging into the system;
        The entire string is hashed by the sha256 method

        hash('sha256', parama_A + param_D + pamam_B + param_C + 123 + secret)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups