Skip to main content
GET
https://api.unitedmarket.ai
/
orders
/
{hash}
Get order
curl --request GET \
  --url https://api.unitedmarket.ai/orders/{hash}
{
  "orderHash": "<string>",
  "account": "<string>",
  "conditionId": "<string>",
  "tokenId": "<string>",
  "status": "<string>"
}
Rate limit: 2 tokens per request. See GET /trade-api/v2/account/endpoint_costs for current non-default endpoint costs.

Path Parameters

hash
string
required

Order hash.

Response

Order returned.

orderHash
string
account
string
conditionId
string
tokenId
string
status
string