@@ -2329,6 +2329,7 @@ fetch(`${baseURL}/orders?address=string&subaccountNumber=0.1`,
23292329 "goodTilBlock" : " string" ,
23302330 "goodTilBlockTime" : " string" ,
23312331 "createdAtHeight" : " string" ,
2332+ "createdAt" : " string" ,
23322333 "clientMetadata" : " string" ,
23332334 "triggerPrice" : " string" ,
23342335 "builderAddress" : " string" ,
@@ -2375,6 +2376,7 @@ Status Code **200**
23752376| » goodTilBlock| string| false| none| none|
23762377| » goodTilBlockTime| string| false| none| none|
23772378| » createdAtHeight| string| false| none| none|
2379+ | » createdAt| [ IsoString] ( #schemaisostring ) | false| none| none|
23782380| » clientMetadata| string| true| none| none|
23792381| » triggerPrice| string| false| none| none|
23802382| » builderAddress| string| false| none| none|
@@ -2542,6 +2544,7 @@ fetch(`${baseURL}/orders/parentSubaccountNumber?address=string&parentSubaccountN
25422544 "goodTilBlock" : " string" ,
25432545 "goodTilBlockTime" : " string" ,
25442546 "createdAtHeight" : " string" ,
2547+ "createdAt" : " string" ,
25452548 "clientMetadata" : " string" ,
25462549 "triggerPrice" : " string" ,
25472550 "builderAddress" : " string" ,
@@ -2588,6 +2591,7 @@ Status Code **200**
25882591| » goodTilBlock| string| false| none| none|
25892592| » goodTilBlockTime| string| false| none| none|
25902593| » createdAtHeight| string| false| none| none|
2594+ | » createdAt| [ IsoString] ( #schemaisostring ) | false| none| none|
25912595| » clientMetadata| string| true| none| none|
25922596| » triggerPrice| string| false| none| none|
25932597| » builderAddress| string| false| none| none|
@@ -2725,6 +2729,7 @@ fetch(`${baseURL}/orders/{orderId}`,
27252729 "goodTilBlock" : " string" ,
27262730 "goodTilBlockTime" : " string" ,
27272731 "createdAtHeight" : " string" ,
2732+ "createdAt" : " string" ,
27282733 "clientMetadata" : " string" ,
27292734 "triggerPrice" : " string" ,
27302735 "builderAddress" : " string" ,
64406445 "goodTilBlock" : " string" ,
64416446 "goodTilBlockTime" : " string" ,
64426447 "createdAtHeight" : " string" ,
6448+ "createdAt" : " string" ,
64436449 "clientMetadata" : " string" ,
64446450 "triggerPrice" : " string" ,
64456451 "builderAddress" : " string" ,
64776483| goodTilBlock| string| false| none| none|
64786484| goodTilBlockTime| string| false| none| none|
64796485| createdAtHeight| string| false| none| none|
6486+ | createdAt| [ IsoString] ( #schemaisostring ) | false| none| none|
64806487| clientMetadata| string| true| none| none|
64816488| triggerPrice| string| false| none| none|
64826489| builderAddress| string| false| none| none|
0 commit comments