v3

Create a new gateway order (V3).

Accepts a GatewayQuoteV3 — the signed V3 quote with ownerAddress embedded in each variant.

post/v3/create-order

Request body

OR
OR

Response

Created order

OR
OR

Example response

{
  "onramp": {
    "order_id": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
  }
}

Changes

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

  • 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