v1

Register a tx for a request.

Required for the Solver to track and execute some requests.

patch/v1/register-tx

Request body

OR
OR

Example request

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

Response

Register successful

OR
'ok' required

Changes

Changed in 3 of the 19 revisions of this API.216

    • endpoint deprecated

      endpoint-deprecated

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 162bab886181214See the full diff
    • removed the required property ////// from the response with the status

      response-required-property-removed

    • removed the required property ////// from the response with the status

      response-required-property-removed

    • added the new QUOTE_AMOUNT_TOO_LOW enum value to the response property for the response status

      response-property-enum-value-added

    • the endpoint scheme security api_key was added to the API

      api-security-added

    • removed the INSUFFICIENT_FUNDS enum value from the response property for the response status

      response-property-enum-value-removed

    • added the required property ////// to the response with the status

      response-required-property-added

    • added the required property ////// to the response with the status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added