v1

Get all orders for a specific ID.

get/v1/get-order/{id}

Path parameters

idstring required

Order identifier: either the order_id returned by create-order, the source Bitcoin transaction ID , or the source EVM transaction hash

Response

Get order by either the order_id returned by create-order, the source Bitcoin transaction ID , or the source EVM transaction hash

depositAddressstring nullable
estimatedTimeInSecsinteger nullable
idstring required
timestampinteger required

Changes

Changed in 6 of the 19 revisions of this API.319

    • 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

  • 162bab886181314See the full diff
    • removed the media type application/json for the response with the status 404

      response-media-type-removed

    • removed the required property details/oneOf[GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/min_required_sats from the response with the 400 status

      response-required-property-removed

    • removed the required property details/oneOf[GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/sender from the response with the 400 status

      response-required-property-removed

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

      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 code response property for the response status 400

      response-property-enum-value-removed

    • added the required property details/oneOf[GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/actual to the response with the 400 status

      response-required-property-added

    • added the required property details/oneOf[GatewayErrorDetails]/oneOf[subschema #3 -> subschema #8]/minimum to the response with the 400 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 media type application/json for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the optional property depositAddress to the response with the 200 status

      response-optional-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added