Currency Support

All monetary amounts in API requests and responses are transmitted as strings to ensure precision and avoid floating-point arithmetic issues that can lead to rounding errors in financial calculations.

See examples below.

  • Currency: "USD", Amount: "123.45"

  • Currency: "BTC", "0.01234567"

Last updated