This API retrieves the detailed information of an order. Provide one of these identifiers:
import { hibitClient } from '@delandlabs/hibit-sdk';
const options = {
network: HibitNetwork.Testnet,
hin: 10000n
};
hibitClient.setOptions(options);
const order = await hibitClient.getOrder({orderId:"12000027100000000000000000000003"});