Get an order by hash
GET
/
trade/v1/orders/by-hash/{order_hash}Authorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: orders:read
Path Parameters
order_hashRequiredstring
EIP-712 order hash supplied when the signed order was placed.
Order detail with current status and fill state.