Changes to Create a new gateway order (V3).

POST /v3/create-order

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 19 revisions of this API.343

  1. 5a00610487e412
  2. aae0690f68d2111
  3. 7dc4dd4a320a111
  4. d2dd18e5fc891

What changed

  • 5a00610487e412See the full diff
    • added subschema #1 to the details/oneOf[GatewayErrorDetailsV3]/ response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new MAX_SLIPPAGE_EXCEEDED enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

  • aae0690f68d2111See the full diff
    • added subschema #12 to the details/oneOf[GatewayErrorDetailsV3]/ response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new TOO_MANY_AFFILIATES enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • added the new optional request property oneOf[subschema #3]/tokenSwap/affiliate

      new-optional-request-property

  • 7dc4dd4a320a111See the full diff
    • added GatewayErrorDetailsV3 to the details response property oneOf list for the response status 400

      response-property-one-of-added

    • added the new NON_COMPLIANT_ADDRESSES enum value to the code/oneOf[GatewayErrorCodeV3Variants]/ response property for the response status 400

      response-property-enum-value-added

    • removed GatewayErrorDetailsV2 from the details response property oneOf list for the response status 400

      response-property-one-of-removed

    • endpoint added

      endpoint-added