Skip to main content
GET
https://backend-develop.themarketunited.com
/
orders
/
{hash}
Get order
curl --request GET \
  --url https://backend-develop.themarketunited.com/orders/{hash}
{
  "orderHash": "<string>",
  "account": "<string>",
  "conditionId": "<string>",
  "tokenId": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

hash
string
required

Order hash.

Response

Order returned.

orderHash
string
account
string
conditionId
string
tokenId
string
status
string