Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 896 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 896 Bytes

validate

OANDA v20 API OpenAPI Specification

Fork of the original oanda repository.

Goals

Goals of this repository:

  • fix OpenAPI v2 schema to pass validation
  • convert OpenAPI v2 schema to valid OpenAPI v3 schema
  • fix OpenAPI v3 schema authentication mechanism
  • add environments (fxPractice / fxTrade) to OpenAPI v3 schema
  • fish out inconsistencies, deprecations and downright wrong endpoints

Disclaimers

  • To reduce the amount of effort necessary I have dropped the support for the separate (category based) schema files.
  • I have abandoned OANDA's original ChangeLog. Refer to the Goals section instead.
  • Nothing is guaranteed. Use at your own risk.