InvestiFiPartner APIBeta
Prod Environment

Data formats

How money, timestamps, identifiers, and products are represented across the API.

ConcernRule
Money & quantitiesDecimal strings (amount, fee, quantity, current_market_value, total_current_market_value). Parse with a decimal library. Never cast to float.
TimestampsISO 8601, UTC. Example: 2019-08-24T14:15:22Z.
Transaction identifiertransaction_id uniquely identifies a transaction and is stable across pulls — use it as your idempotency key.
User identifieruser_account_id is the partner-supplied identifier (CIF, member number).
ProductsOne of four values: crypto, securities, robo, roth_ira. See Enumerated types.

Decimal fields validate against the pattern ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$.