Get Order List

Get the orders associated with your API-KEY

get
/v2/inscribe/order/list

Get order list of current apikey

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
cursorintegerRequired

Start offset

Example: 0
sizeintegerRequired

Number of items returned

Example: 16
sortstring · enumOptional

Sort by (asc/desc)

Example: ascPossible values:
statusstring · enumOptional

Status of order

Possible values:
receiveAddressstringOptional

ReceiveAddress of order

clientIdstringOptional

ClientId of order

Responses
200

Successful operation

application/json
get
/v2/inscribe/order/list
  • status (Optional) : pending/inscribing/minted/closed/refunded

  • receiveAddress (Optional): Filter by receive address

  • clientId (Optional): The clientId passed when creating an order is useful for filtering a certain user's orders.

Last updated