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
cursorintegerRequiredExample:
Start offset
0sizeintegerRequiredExample:
Number of items returned
16sortstring · enumOptionalExample:
Sort by (asc/desc)
ascPossible values: statusstring · enumOptionalPossible values:
Status of order
receiveAddressstringOptional
ReceiveAddress of order
clientIdstringOptional
ClientId of order
Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v2/inscribe/order/liststatus (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
