How Lead versions its APIs
Lead versions per resource, in the URL path. Different resources sit at different versions because they ship and evolve independently — the version prefix tells you which contract you’re on, and nothing else. The current version of every resource:
Sandbox simulators live under the corresponding version (
/v1/simulate/…, /v2/simulate/…, plus /v0/fundings/{id}/advance and /v0/simulate/lending/disbursements/{id}/advance).
A lower number does not mean less stable: /v0 resources are production APIs. A resource’s version only increments when Lead must make a breaking change to it — as with Wires V2, driven by Fedwire’s ISO 20022 mandates.

