LedgerHQ / developer-portal

https://developers.ledger.com
MIT License
34 stars 21 forks source link

chore: Update amount data type to string in card and sell endpoints and added auth #237

Closed mstorozhenko-ledger closed 3 months ago

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-portal-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 16, 2024 3:00pm
mstorozhenko-ledger commented 3 months ago

any reason why this is a string?

It was already string, in api docs we defined it as a string, here it is just a typo. it is easier for us to pass string not the number, to make sure we not lost any digits + this we have it everywhere in our api, so I just try to be consistent with what we have already