Skip to content

Commit 4330c3e

Browse files
update docs
1 parent e0e326b commit 4330c3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

indexer/services/comlink/public/api-documentation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,6 +2382,7 @@ fetch(`${baseURL}/orders?address=string&subaccountNumber=0.1`,
23822382
"goodTilBlock": "string",
23832383
"goodTilBlockTime": "string",
23842384
"createdAtHeight": "string",
2385+
"createdAt": "string",
23852386
"clientMetadata": "string",
23862387
"triggerPrice": "string",
23872388
"builderAddress": "string",
@@ -2428,6 +2429,7 @@ Status Code **200**
24282429
|» goodTilBlock|string|false|none|none|
24292430
|» goodTilBlockTime|string|false|none|none|
24302431
|» createdAtHeight|string|false|none|none|
2432+
|» createdAt|[IsoString](#schemaisostring)|false|none|none|
24312433
|» clientMetadata|string|true|none|none|
24322434
|» triggerPrice|string|false|none|none|
24332435
|» builderAddress|string|false|none|none|
@@ -2615,6 +2617,7 @@ fetch(`${baseURL}/orders/parentSubaccountNumber?address=string&parentSubaccountN
26152617
"goodTilBlock": "string",
26162618
"goodTilBlockTime": "string",
26172619
"createdAtHeight": "string",
2620+
"createdAt": "string",
26182621
"clientMetadata": "string",
26192622
"triggerPrice": "string",
26202623
"builderAddress": "string",
@@ -2661,6 +2664,7 @@ Status Code **200**
26612664
|» goodTilBlock|string|false|none|none|
26622665
|» goodTilBlockTime|string|false|none|none|
26632666
|» createdAtHeight|string|false|none|none|
2667+
|» createdAt|[IsoString](#schemaisostring)|false|none|none|
26642668
|» clientMetadata|string|true|none|none|
26652669
|» triggerPrice|string|false|none|none|
26662670
|» builderAddress|string|false|none|none|
@@ -2798,6 +2802,7 @@ fetch(`${baseURL}/orders/{orderId}`,
27982802
"goodTilBlock": "string",
27992803
"goodTilBlockTime": "string",
28002804
"createdAtHeight": "string",
2805+
"createdAt": "string",
28012806
"clientMetadata": "string",
28022807
"triggerPrice": "string",
28032808
"builderAddress": "string",
@@ -6513,6 +6518,7 @@ or
65136518
"goodTilBlock": "string",
65146519
"goodTilBlockTime": "string",
65156520
"createdAtHeight": "string",
6521+
"createdAt": "string",
65166522
"clientMetadata": "string",
65176523
"triggerPrice": "string",
65186524
"builderAddress": "string",
@@ -6550,6 +6556,7 @@ or
65506556
|goodTilBlock|string|false|none|none|
65516557
|goodTilBlockTime|string|false|none|none|
65526558
|createdAtHeight|string|false|none|none|
6559+
|createdAt|[IsoString](#schemaisostring)|false|none|none|
65536560
|clientMetadata|string|true|none|none|
65546561
|triggerPrice|string|false|none|none|
65556562
|builderAddress|string|false|none|none|

0 commit comments

Comments
 (0)