diff --git a/docs/build/zano-trade-api/create-new-order/create-new-order.md b/docs/build/zano-trade-api/create-new-order/create-new-order.md index 8178a67..f18f92a 100644 --- a/docs/build/zano-trade-api/create-new-order/create-new-order.md +++ b/docs/build/zano-trade-api/create-new-order/create-new-order.md @@ -21,6 +21,22 @@ ```typescript { success: boolean; - data?: string // error message + data?: string | + { + hasNotification: boolean; + id: number; + type: string; + timestamp: string; + side: string; + price: string; + amount: string; + total: string; + pair_id: number; + user_id: number; + status: string; + left: string; + updatedAt: string; + createdAt: string; + } } ``` \ No newline at end of file