Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Coinbase Advanced API

by miner7777 (Novice)
on Feb 07, 2024 at 14:09 UTC ( [id://11157597]=perlquestion: print w/replies, xml ) Need Help??

miner7777 has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have working Perl code for Coinbase Advanced API authentication? It uses json web tokens and 256-bit ECC cryptography. I have been at it for several days now and can get close, but have run into issues I cannot resolve. Tried Crypt::JWT for ES256 when using ActiveState Perl on Windows 10. The Python example that Coinbase provides works in Python 3.8, but I have not successfully translated it to Perl. Thanks!

Replies are listed 'Best First'.
Re: Coinbase Advanced API
by marto (Cardinal) on Feb 07, 2024 at 14:17 UTC

      Or maybe even providing the code you've already written so someone has something to maybe actually look at and perhaps point out problem(s).

      But it's probably that thing you did on line 134. It's ALWAYS line 134.

      The cake is a lie.
      The cake is a lie.
      The cake is a lie.

Re: Coinbase Advanced API
by perlfan (Vicar) on Feb 29, 2024 at 05:15 UTC
    With most APIs, the most time will be spent on getting Authentication right, I've study more than a few Python clients so that is a good suggestion if that one works, just to see how they do the auth. You can link the Python code if your goal is to replicate the auth scheme. Better even, accurate developer docs :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11157597]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-05-21 14:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found