Orders
Retrieve order information by txHash
To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.
GET
/
orders
/
tx-hash
/
{txHash}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
txHash
string
requiredTransaction Hash of an order(s)
Response
200 - application/json
data
object[]