fiatconnect / specification

FiatConnect API Specification
28 stars 21 forks source link

refactor(amounts)!: changed to float to string #68

Closed cajubelt closed 2 years ago

cajubelt commented 2 years ago

Using floats for amounts could result in errors due to floating point rounding errors, see here for more info

BREAKING CHANGE: all float type inputs/outputs must changed to string types