Fetch order details using creation transaction hash
Order Endpoints
Get by creation tx hash
Returns only if the order belongs to the API key’s user.
Pagination notes:
- Not applicable here (single item).
- See /orders/wallet for limit/offset usage.
GET
Fetch order details using creation transaction hash
Fetch an order by its creation transaction hash (on-chain
createOrder tx).
Auth & Scope
- Developer keys are scoped to their own orders only.
- Single-item lookup (no pagination).
- Use
/orders/mefor listing.

