GET
/
v1
/
market
/
order
/
{orderID}
curl --request GET \
  --url https://api.superlink.me/v1/market/order/{orderID}
{
  "baseCurrency": "USD",
  "basePrice": 15,
  "createdAt": "2023-06-08T10:30:00Z",
  "currency": "ETH",
  "domain": "noramiller.eth",
  "id": "92456d2b-c315-4b2b-b234-c674490b7324",
  "nameService": "ens",
  "orderStatus": "PENDING",
  "orderStatusReason": "Waiting for transaction",
  "ownerAddress": "0x4c0f4c2ad123be4256784e9475fa243b5f6ccab4",
  "paymentReferenceId": "92456d2b-c315-4b2b-b234-c674490b7324",
  "paymentType": "crypto",
  "price": 0.001,
  "updatedAt": "2024-01-02T11:20:00Z"
}

Path Parameters

orderID
string
required

92456d2b-c315-4b2b-b234-c674490b7324

Response

200
application/json
OK
baseCurrency
string
basePrice
number
createdAt
string
currency
string
domain
string
id
string
nameService
string
orderStatus
string
orderStatusReason
string
ownerAddress
string
paymentReferenceId
string
paymentType
string
price
number
updatedAt
string