Kraken Embed

List Custom Orders

Get a list of custom orders that were previously submitted.

get/v1/kraken_embed/custom_orders

Query parameters

user_idstring required

The ID of the Privy user.

statusesstring

Status filter. Possible values: active, paused, cancelled, completed.

cursorstring

Pagination cursor for fetching the next set of results.

Headers

privy-app-idstring required

ID of your Privy app.

Response

List of custom orders.

Changes

Changed in 2 of the 46 revisions of this API.3

    • removed KrakenEmbedListCustomOrdersResult subschema #2 from the data/result response property allOf list for the response status 200

      response-property-all-of-removed

    • added KrakenEmbedListCustomOrdersResult subschema #2 to the data/result response property anyOf list for the response status 200

      response-property-any-of-added

    • endpoint added

      endpoint-added