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
Example:

"USD"

basePrice
number
Example:

15

createdAt
string
Example:

"2023-06-08T10:30:00Z"

currency
string
Example:

"ETH"

domain
string
Example:

"noramiller.eth"

id
string
Example:

"92456d2b-c315-4b2b-b234-c674490b7324"

nameService
string
Example:

"ens"

orderStatus
string
Example:

"PENDING"

orderStatusReason
string
Example:

"Waiting for transaction"

ownerAddress
string
Example:

"0x4c0f4c2ad123be4256784e9475fa243b5f6ccab4"

paymentReferenceId
string
Example:

"92456d2b-c315-4b2b-b234-c674490b7324"

paymentType
string
Example:

"crypto"

price
number
Example:

0.001

updatedAt
string
Example:

"2024-01-02T11:20:00Z"