From 460f27af81b19d09b18ea6939f2130cd6b8f0d78 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:28:20 +0000 Subject: [PATCH 01/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 58d1351..f3a5688 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1.0.0 005f3be0cfe130e92ee5ab03d992cac2bf9d2919 +# trails-api v1.0.0 ce245da81b803d32592f406ba4ace8ecc6917494 # -- # Code generated by webrpc-gen@v0.30.3 with openapi generator; DO NOT EDIT # @@ -1744,14 +1744,25 @@ components: properties: intentId: type: string + lastReceiptStates: + type: array + description: '[]TransactionStatus' + items: + $ref: '#/components/schemas/TransactionStatus' WaitIntentReceiptResponse: type: object required: - intentReceipt + - receiptStates - done properties: intentReceipt: $ref: '#/components/schemas/IntentReceipt' + receiptStates: + type: array + description: '[]TransactionStatus' + items: + $ref: '#/components/schemas/TransactionStatus' done: type: boolean GetIntentRequest: From f55df7535f0a6650f6a6e3afeb42b5d89e6fb03e Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:59:44 +0000 Subject: [PATCH 02/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index f3a5688..4dcdb6a 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,6 +1,6 @@ # trails-api v1.0.0 ce245da81b803d32592f406ba4ace8ecc6917494 # -- -# Code generated by webrpc-gen@v0.30.3 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.30.4 with openapi generator; DO NOT EDIT # # webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 From d571f5271d37cfc930ee337bd02e8243e2d318c6 Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:35:38 +0000 Subject: [PATCH 03/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 4dcdb6a..08c95f2 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,6 +1,6 @@ -# trails-api v1.0.0 ce245da81b803d32592f406ba4ace8ecc6917494 +# trails-api v1 5485dcaebdc77873abf82b6e5ea8becd368197e8 # -- -# Code generated by webrpc-gen@v0.30.4 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT # # webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 From 289753f854cb209777d019bb14f5cf44dcc3bbb2 Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:56:08 +0000 Subject: [PATCH 04/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 08c95f2..107d12d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,6 +1,6 @@ # trails-api v1 5485dcaebdc77873abf82b6e5ea8becd368197e8 # -- -# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # # webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 From 5ebd88646c7cbf861f11775976a15d5a22cb9666 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:23:15 +0000 Subject: [PATCH 05/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 107d12d..2310999 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 5485dcaebdc77873abf82b6e5ea8becd368197e8 +# trails-api v1 c30c2df342a5830ae956100916b44d4453a33b7c # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # @@ -952,7 +952,7 @@ components: type: object properties: quoteProvider: - $ref: '#/components/schemas/QuoteProviderType' + type: string slippageTolerance: type: number trailsAddressOverrides: From 3052b1194be6f071fc4cfe0a55f54eaaefef8f20 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:23:10 +0000 Subject: [PATCH 06/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 2310999..7c9292c 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 c30c2df342a5830ae956100916b44d4453a33b7c +# trails-api v1 87f3246acc3975c6665e1bd78e40e24faa43ccb8 # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # From 282ee3af2954d64ce82e5ac0d04cef2e928be408 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:48:21 +0000 Subject: [PATCH 07/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 7c9292c..74032d4 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 87f3246acc3975c6665e1bd78e40e24faa43ccb8 +# trails-api v1 7d46e5a680f47ed2f7cb37384cb55016da61c1e2 # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # @@ -1792,6 +1792,8 @@ components: type: string byOriginIntentAddress: type: string + byDestinationIntentAddress: + type: string SearchIntentsResponse: type: object required: From 2bacb6fff7154d5b8a27a678be7d89e93728928e Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:51:21 +0000 Subject: [PATCH 08/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 74032d4..b6b5b82 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 7d46e5a680f47ed2f7cb37384cb55016da61c1e2 +# trails-api v1 26a6c8260a2b86dca7dcbc2a459d84345e8662ce # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # @@ -946,6 +946,8 @@ components: type: number tradeType: $ref: '#/components/schemas/TradeType' + onlyNativeGasFee: + type: boolean options: $ref: '#/components/schemas/QuoteIntentRequestOptions' QuoteIntentRequestOptions: From 0713d5b4b38d0465e98e105906725ea28c4bc851 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:06:33 +0000 Subject: [PATCH 09/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index b6b5b82..f26d680 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 26a6c8260a2b86dca7dcbc2a459d84345e8662ce +# trails-api v1 5fa619151b4ff2fd95c67caefa763de2e1b6d5ef # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # From 77a8b2b61ec9c4da41bd52dab4f8fc41a7404f9c Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:40:51 +0000 Subject: [PATCH 10/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index f26d680..604fb98 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 5fa619151b4ff2fd95c67caefa763de2e1b6d5ef +# trails-api v1 6ea0576d032e573193607fe07b3969d55a6e8984 # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # @@ -922,7 +922,6 @@ components: - originTokenAddress - destinationChainId - destinationTokenAddress - - destinationToAddress properties: ownerAddress: type: string @@ -939,7 +938,7 @@ components: destinationCallData: type: string destinationCallValue: - type: string + type: number originTokenAmount: type: number destinationTokenAmount: @@ -968,13 +967,14 @@ components: - status - quoteRequest - ownerAddress + - originChainId + - destinationChainId - originIntentAddress - - destinationIntentAddress - - destinationSalt + - salt - depositTransaction - - calls - - preconditions - - metaTxns + - originCalls + - originPrecondition + - originMetaTxn - quote - fees - trailsVersion @@ -992,29 +992,30 @@ components: $ref: '#/components/schemas/QuoteIntentRequest' ownerAddress: type: string + originChainId: + type: number + destinationChainId: + type: number originIntentAddress: type: string destinationIntentAddress: type: string - destinationSalt: + salt: type: number depositTransaction: $ref: '#/components/schemas/DepositTransaction' - calls: - type: array - description: '[]IntentCalls' - items: - $ref: '#/components/schemas/IntentCalls' - preconditions: - type: array - description: '[]TransactionPrecondition' - items: - $ref: '#/components/schemas/TransactionPrecondition' - metaTxns: - type: array - description: '[]MetaTxn' - items: - $ref: '#/components/schemas/MetaTxn' + originCalls: + $ref: '#/components/schemas/IntentCalls' + destinationCalls: + $ref: '#/components/schemas/IntentCalls' + originPrecondition: + $ref: '#/components/schemas/TransactionPrecondition' + destinationPrecondition: + $ref: '#/components/schemas/TransactionPrecondition' + originMetaTxn: + $ref: '#/components/schemas/MetaTxn' + destinationMetaTxn: + $ref: '#/components/schemas/MetaTxn' quote: $ref: '#/components/schemas/IntentProviderQuote' fees: @@ -1247,7 +1248,6 @@ components: type: object required: - originGas - - destinationGas - provider - feeTokenAddress - feeTokenTotal From 4112341548612dc03625dc8fbf305221343dd2f1 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:39:24 +0000 Subject: [PATCH 11/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 604fb98..394280d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 6ea0576d032e573193607fe07b3969d55a6e8984 +# trails-api v1 0188c33cf111dffbe71963c77bb12743336fe414 # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # From 8f327e0978a9c87e60a0ba122502cfa81ba98bda Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:01:44 +0000 Subject: [PATCH 12/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 394280d..c05645d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 0188c33cf111dffbe71963c77bb12743336fe414 +# trails-api v1 e06952c8bd42aa47ed0b45b0a8cd21c6e3e6879b # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # From 30e3af21a82afdc548ed8578de0219f6510b91a6 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:44:21 +0000 Subject: [PATCH 13/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index c05645d..b2101c9 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 e06952c8bd42aa47ed0b45b0a8cd21c6e3e6879b +# trails-api v1 92ab87e509e04715331fa10204a19585470fe042 # -- # Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT # @@ -1536,6 +1536,7 @@ components: - amount - amountUsd - feeCollectorAddress + - is2612 properties: tokenAddress: type: string @@ -1549,6 +1550,8 @@ components: type: number feeCollectorAddress: type: string + is2612: + type: boolean DepositSignature: type: object required: From 1f51e85e4ae02fc2d9445e9f44f5563099df8391 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:30:51 +0000 Subject: [PATCH 14/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index b2101c9..a84b2fc 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,6 +1,6 @@ # trails-api v1 92ab87e509e04715331fa10204a19585470fe042 # -- -# Code generated by webrpc-gen@v0.31.1 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # # webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 From 58c7647727d3d51caea1e26a7345cf0a065ff951 Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:14:56 +0000 Subject: [PATCH 15/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index a84b2fc..e321da5 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 92ab87e509e04715331fa10204a19585470fe042 +# trails-api v1 9621f0103ee8d79e44ad179b3b48d2de939e0ec4 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1836,9 +1836,9 @@ components: column: type: string before: - type: object + type: number after: - type: object + type: number sort: type: array description: '[]SortBy' From 976d4e29fd92c586585cc403d34c514bb54a643f Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:38:20 +0000 Subject: [PATCH 16/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index e321da5..89ef20b 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 9621f0103ee8d79e44ad179b3b48d2de939e0ec4 +# trails-api v1 433eaece645cbf9f17cd606f725a45c8eda54949 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -849,6 +849,28 @@ components: status: type: number example: 422 + ErrorIntentsSameChainNative: + type: object + required: + - error + - code + - msg + - status + properties: + error: + type: string + example: "IntentsSameChainNative" + code: + type: number + example: 7000 + msg: + type: string + example: "Intents skipped as client is attempting same-chain native transaction" + cause: + type: string + status: + type: number + example: 400 ErrorIntentsDisabled: type: object required: From 53a2cff60870949df998adace3b24b1c5594c91d Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:26:07 +0000 Subject: [PATCH 17/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 89ef20b..6aa4b1d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 433eaece645cbf9f17cd606f725a45c8eda54949 +# trails-api v1 fa856d5aec9c37b3f974b2c34576ce1446c92fdf # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -849,7 +849,7 @@ components: status: type: number example: 422 - ErrorIntentsSameChainNative: + ErrorIntentsSkipped: type: object required: - error @@ -859,13 +859,13 @@ components: properties: error: type: string - example: "IntentsSameChainNative" + example: "IntentsSkipped" code: type: number example: 7000 msg: type: string - example: "Intents skipped as client is attempting same-chain native transaction" + example: "Intents skipped as client is attempting a transaction that does not require intents" cause: type: string status: From 637b51d9332375f95556cc37f3e4d14f4403227a Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:06:49 +0000 Subject: [PATCH 18/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 41 +++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 6aa4b1d..0af9475 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 fa856d5aec9c37b3f974b2c34576ce1446c92fdf +# trails-api v1 c44e76b58c33ceb28a6dedb5fb15e49256d627e1 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -906,6 +906,30 @@ components: - RELAY - CCTPV2 - LIFI + IntentStatus: + type: string + description: Represented as uint8 on the server side + enum: + - QUOTED + - COMMITTED + - EXECUTING + - FAILED + - SUCCEEDED + TransactionType: + type: string + description: Represented as uint8 on the server side + enum: + - UNKNOWN + - DEPOSIT + - ORIGIN + - DESTINATION + - ROUTE + TransactionContext: + type: string + description: Represented as uint8 on the server side + enum: + - NONE + - CCTPV2_MESSAGE TransactionStatus: type: string description: Represented as uint8 on the server side @@ -920,15 +944,6 @@ components: - SUCCEEDED - FAILED - ABORTED - IntentStatus: - type: string - description: Represented as uint8 on the server side - enum: - - QUOTED - - COMMITTED - - EXECUTING - - FAILED - - SUCCEEDED ChainGasUsageStatus: type: string description: Represented as string on the server side @@ -1190,6 +1205,8 @@ components: - id - intentId - chainId + - type + - context - fromAddress - toAddress - tokenAddress @@ -1202,6 +1219,10 @@ components: type: string chainId: type: number + type: + $ref: '#/components/schemas/TransactionType' + context: + $ref: '#/components/schemas/TransactionContext' fromAddress: type: string toAddress: From 5449b4052f895853efb8a554c9b8c1ea9e59e650 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 16:07:08 +0000 Subject: [PATCH 19/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 48683eb..1e16f75 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -1300,6 +1300,36 @@ "CCTPV2_MESSAGE" ] }, + "IntentStatus": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "QUOTED", + "COMMITTED", + "EXECUTING", + "FAILED", + "SUCCEEDED" + ] + }, + "TransactionType": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "UNKNOWN", + "DEPOSIT", + "ORIGIN", + "DESTINATION", + "ROUTE" + ] + }, + "TransactionContext": { + "type": "string", + "description": "Represented as uint8 on the server side", + "enum": [ + "NONE", + "CCTPV2_MESSAGE" + ] + }, "TransactionStatus": { "type": "string", "description": "Represented as uint8 on the server side", From eaeaeb6249d845cbf14e3b4712fd08ecc3e5c25d Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:12:38 +0000 Subject: [PATCH 20/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 432 +++++++++++++----------------- 1 file changed, 184 insertions(+), 248 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 0af9475..b2fd4f0 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 c44e76b58c33ceb28a6dedb5fb15e49256d627e1 +# trails-api v1 8141ce0ec8768d63dbed0d6cdb21f91ee7bfd7f2 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -11,7 +11,7 @@ servers: - url: https://trails-api.sequence.app description: Trails API components: - securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'API Key for authenticating requests, get an access key at https://trails.build and request early access', 'name': 'X-Access-Key'}} + securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key'}} schemas: ErrorWebrpcEndpoint: type: object @@ -1658,6 +1658,59 @@ components: type: string sequenceWalletUtilsAddress: type: string + ChainInfo: + type: object + required: + - id + - name + - tokenName + - tokenSymbol + - tokenDecimals + - isTestnet + - supportsBridging + properties: + id: + type: number + name: + type: string + tokenName: + type: string + tokenSymbol: + type: string + tokenDecimals: + type: number + isTestnet: + type: boolean + supportsBridging: + type: boolean + logoUri: + type: string + blockExplorerUrl: + type: string + TokenInfo: + type: object + required: + - chainId + - address + - name + - symbol + - decimals + - supportsBridging + properties: + chainId: + type: number + address: + type: string + name: + type: string + symbol: + type: string + decimals: + type: number + supportsBridging: + type: boolean + logoUri: + type: string SortOrder: type: string description: Represented as uint32 on the server side @@ -1873,6 +1926,135 @@ components: $ref: '#/components/schemas/IntentSummary' nextPage: $ref: '#/components/schemas/Page' + GetTokenPricesRequest: + type: object + required: + - tokens + properties: + tokens: + type: array + description: '[]Token' + items: + $ref: '#/components/schemas/Token' + GetTokenPricesResponse: + type: object + required: + - tokenPrices + properties: + tokenPrices: + type: array + description: '[]TokenPrice' + items: + $ref: '#/components/schemas/TokenPrice' + GetChainsRequest: + type: object + properties: + routeProvider: + type: string + GetChainsResponse: + type: object + required: + - chains + properties: + chains: + type: array + description: '[]ChainInfo' + items: + $ref: '#/components/schemas/ChainInfo' + GetExactOutputRoutesRequest: + type: object + required: + - destinationChainId + - destinationTokenAddress + properties: + destinationChainId: + type: number + destinationTokenAddress: + type: string + ownerAddress: + type: string + GetExactOutputRoutesResponse: + type: object + required: + - tokens + properties: + tokens: + type: array + description: '[]TokenInfo' + items: + $ref: '#/components/schemas/TokenInfo' + GetExactInputRoutesRequest: + type: object + required: + - originChainId + - originTokenAddress + properties: + originChainId: + type: number + originTokenAddress: + type: string + destinationChainId: + type: number + destinationTokenAddress: + type: string + GetExactInputRoutesResponse: + type: object + required: + - tokens + properties: + tokens: + type: array + description: '[]TokenInfo' + items: + $ref: '#/components/schemas/TokenInfo' + GetPopularTokensRequest: + type: object + properties: + routeProvider: + type: string + limit: + type: number + chainIds: + type: array + description: '[]uint64' + items: + type: number + GetPopularTokensResponse: + type: object + required: + - tokens + properties: + tokens: + type: array + description: '[]TokenInfo' + items: + $ref: '#/components/schemas/TokenInfo' + SearchTokensRequest: + type: object + required: + - query + properties: + query: + type: string + routeProvider: + type: string + limit: + type: number + chainIds: + type: array + description: '[]uint64' + items: + type: number + SearchTokensResponse: + type: object + required: + - tokens + properties: + tokens: + type: array + description: '[]TokenInfo' + items: + $ref: '#/components/schemas/TokenInfo' Page: type: object properties: @@ -1902,249 +2084,3 @@ components: order: $ref: '#/components/schemas/SortOrder' paths: - /rpc/Trails/QuoteIntent: - post: - summary: Quote Intent - description: Request a quote for a cross-chain intent transaction - operationId: quoteIntent - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/QuoteIntentRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/QuoteIntentResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/CommitIntent: - post: - summary: Commit Intent - description: Commit an intent to the Trails system - operationId: commitIntent - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/CommitIntentRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/CommitIntentResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/ExecuteIntent: - post: - summary: Execute Intent - description: Execute a committed intent transaction - operationId: executeIntent - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/ExecuteIntentRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/ExecuteIntentResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/GetIntentReceipt: - post: - summary: Get Intent Receipt - description: Retrieve the receipt for an executed intent - operationId: getIntentReceipt - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentReceiptRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentReceiptResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/WaitIntentReceipt: - post: - summary: Wait Intent Receipt - description: Wait for an intent receipt to be ready - operationId: waitIntentReceipt - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/WaitIntentReceiptRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/WaitIntentReceiptResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/GetIntent: - post: - summary: Get Intent - description: Retrieve a specific intent by ID - operationId: getIntent - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/SearchIntents: - post: - summary: Search Intents - description: Search for intents by various criteria - operationId: searchIntents - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/SearchIntentsRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/SearchIntentsResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/GetIntentTransactionHistory: - post: - summary: Get Intent Transaction History - description: Retrieve transaction history for an intent - operationId: getIntentTransactionHistory - security: - - ApiKeyAuth: [] - requestBody: - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentTransactionHistoryRequest' - responses: - '200': - description: Successful response - content: - application/json: - schema: - $ref: '#/components/schemas/GetIntentTransactionHistoryResponse' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' - /rpc/Trails/GetTokenPrices: - post: - summary: Get Token Prices - description: Retrieve current USD prices for tokens - operationId: getTokenPrices - requestBody: - required: true - content: - application/json: - schema: - type: object - required: - - tokens - properties: - tokens: - type: array - items: - $ref: '#/components/schemas/Token' - responses: - '200': - description: Successful response - content: - application/json: - schema: - type: object - required: - - tokenPrices - properties: - tokenPrices: - type: array - items: - $ref: '#/components/schemas/TokenPrice' - '400': - description: Bad request - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorWebrpcBadRequest' From 51b060db8565e36bcd3df6acebd8cafa746a5b1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Nov 2025 23:13:01 +0000 Subject: [PATCH 21/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 196 +++++++++++++++++++++++++++++- 1 file changed, 195 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 1e16f75..ce7bbbe 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -15,7 +15,7 @@ "ApiKeyAuth": { "type": "apiKey", "in": "header", - "description": "API Key for authenticating requests, get an access key at https://trails.build and request early access", + "description": "Project access key for authenticating requests, get an access key at https://sequence.build", "name": "X-Access-Key" } }, @@ -2852,6 +2852,200 @@ } } }, + "GetTokenPricesRequest": { + "type": "object", + "required": [ + "tokens" + ], + "properties": { + "tokens": { + "type": "array", + "description": "[]Token", + "items": { + "$ref": "#/components/schemas/Token" + } + } + } + }, + "GetTokenPricesResponse": { + "type": "object", + "required": [ + "tokenPrices" + ], + "properties": { + "tokenPrices": { + "type": "array", + "description": "[]TokenPrice", + "items": { + "$ref": "#/components/schemas/TokenPrice" + } + } + } + }, + "GetChainsRequest": { + "type": "object", + "properties": { + "routeProvider": { + "type": "string" + } + } + }, + "GetChainsResponse": { + "type": "object", + "required": [ + "chains" + ], + "properties": { + "chains": { + "type": "array", + "description": "[]ChainInfo", + "items": { + "$ref": "#/components/schemas/ChainInfo" + } + } + } + }, + "GetExactOutputRoutesRequest": { + "type": "object", + "required": [ + "destinationChainId", + "destinationTokenAddress" + ], + "properties": { + "destinationChainId": { + "type": "number" + }, + "destinationTokenAddress": { + "type": "string" + }, + "ownerAddress": { + "type": "string" + } + } + }, + "GetExactOutputRoutesResponse": { + "type": "object", + "required": [ + "tokens" + ], + "properties": { + "tokens": { + "type": "array", + "description": "[]TokenInfo", + "items": { + "$ref": "#/components/schemas/TokenInfo" + } + } + } + }, + "GetExactInputRoutesRequest": { + "type": "object", + "required": [ + "originChainId", + "originTokenAddress" + ], + "properties": { + "originChainId": { + "type": "number" + }, + "originTokenAddress": { + "type": "string" + }, + "destinationChainId": { + "type": "number" + }, + "destinationTokenAddress": { + "type": "string" + } + } + }, + "GetExactInputRoutesResponse": { + "type": "object", + "required": [ + "tokens" + ], + "properties": { + "tokens": { + "type": "array", + "description": "[]TokenInfo", + "items": { + "$ref": "#/components/schemas/TokenInfo" + } + } + } + }, + "GetPopularTokensRequest": { + "type": "object", + "properties": { + "routeProvider": { + "type": "string" + }, + "limit": { + "type": "number" + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + } + } + }, + "GetPopularTokensResponse": { + "type": "object", + "required": [ + "tokens" + ], + "properties": { + "tokens": { + "type": "array", + "description": "[]TokenInfo", + "items": { + "$ref": "#/components/schemas/TokenInfo" + } + } + } + }, + "SearchTokensRequest": { + "type": "object", + "required": [ + "query" + ], + "properties": { + "query": { + "type": "string" + }, + "routeProvider": { + "type": "string" + }, + "limit": { + "type": "number" + }, + "chainIds": { + "type": "array", + "description": "[]uint64", + "items": { + "type": "number" + } + } + } + }, + "SearchTokensResponse": { + "type": "object", + "required": [ + "tokens" + ], + "properties": { + "tokens": { + "type": "array", + "description": "[]TokenInfo", + "items": { + "$ref": "#/components/schemas/TokenInfo" + } + } + } + }, "Page": { "type": "object", "properties": { From 1b49b3f79a7b6be4cb8d92c4b3ccddde58733984 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:46:57 +0000 Subject: [PATCH 22/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index b2fd4f0..cca2837 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 8141ce0ec8768d63dbed0d6cdb21f91ee7bfd7f2 +# trails-api v1 f43ab055cbf7c7e58326af8c0b6f49c861fa93dd # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # From 375bbfa61e97840d69fbb86724f46e20856f2ed7 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:34:21 +0000 Subject: [PATCH 23/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index cca2837..b2fd4f0 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 f43ab055cbf7c7e58326af8c0b6f49c861fa93dd +# trails-api v1 8141ce0ec8768d63dbed0d6cdb21f91ee7bfd7f2 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # From 33024c53ceccde0e83fe86b23c2b661fafdb1269 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:56:02 +0000 Subject: [PATCH 24/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index b2fd4f0..61287ea 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 8141ce0ec8768d63dbed0d6cdb21f91ee7bfd7f2 +# trails-api v1 43736c3b1d261f1a005ddf610f1ded649c4b2c04 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1971,6 +1971,10 @@ components: type: number destinationTokenAddress: type: string + originChainId: + type: number + originTokenAddress: + type: string ownerAddress: type: string GetExactOutputRoutesResponse: From 892dad2875a565416dbcb1418785a300c55f9d8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Nov 2025 00:56:26 +0000 Subject: [PATCH 25/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index ce7bbbe..8bc4ecb 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -2918,6 +2918,12 @@ "destinationTokenAddress": { "type": "string" }, + "originChainId": { + "type": "number" + }, + "originTokenAddress": { + "type": "string" + }, "ownerAddress": { "type": "string" } From 438cf330e8b60eeb9a061f266074124cbb5394eb Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:46:12 +0000 Subject: [PATCH 26/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 61287ea..9413842 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 43736c3b1d261f1a005ddf610f1ded649c4b2c04 +# trails-api v1 e15cde2266915aa8cfcbd401eccfc9c8d365fe57 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1738,6 +1738,7 @@ components: required: - healthOK - startTime + - hostname - uptime - ver - branch @@ -1749,6 +1750,8 @@ components: type: boolean startTime: type: string + hostname: + type: string uptime: type: number ver: From 699e515eba6c534ce83e0d7fbe9494044a613a5a Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Wed, 26 Nov 2025 13:21:03 +0000 Subject: [PATCH 27/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 9413842..d678d5a 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 e15cde2266915aa8cfcbd401eccfc9c8d365fe57 +# trails-api v1 b29822c0c493de02ef6191b40666fb2406096275 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -951,6 +951,16 @@ components: - NORMAL - BUSY - VERY_BUSY + CCTPTransferStatus: + type: string + description: Represented as uint8 on the server side + enum: + - PENDING + - COMPLETE + - FAILED + - UNKNOWN + - RELAYED + - FINALIZED QuoteIntentRequest: type: object required: @@ -1516,9 +1526,12 @@ components: - message - attestation - status + - retryCount + - createdAt + - updatedAt properties: id: - type: string + type: number sourceTxHash: type: string sourceChainId: @@ -1530,11 +1543,17 @@ components: attestation: type: string status: + type: number + statusReason: type: string - updatedAt: + processedAt: type: string + retryCount: + type: number createdAt: type: string + updatedAt: + type: string GasFeeOptions: type: object required: From 6856924f68adf4aceaa4b8d789f4e6ee13e56f11 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:25:56 +0000 Subject: [PATCH 28/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index d678d5a..067a9ce 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 b29822c0c493de02ef6191b40666fb2406096275 +# trails-api v1 a1dff97dc1cc8b8165de652a0d6c5b5faa6af45c # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2033,7 +2033,7 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' - GetPopularTokensRequest: + GetFeaturedTokensRequest: type: object properties: routeProvider: @@ -2045,7 +2045,7 @@ components: description: '[]uint64' items: type: number - GetPopularTokensResponse: + GetFeaturedTokensResponse: type: object required: - tokens From ff13b72575f97bc8dd9d2c3995998e4efa93cca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Nov 2025 21:26:16 +0000 Subject: [PATCH 29/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 8bc4ecb..97135e5 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -2980,7 +2980,7 @@ } } }, - "GetPopularTokensRequest": { + "GetFeaturedTokensRequest": { "type": "object", "properties": { "routeProvider": { @@ -2998,7 +2998,7 @@ } } }, - "GetPopularTokensResponse": { + "GetFeaturedTokensResponse": { "type": "object", "required": [ "tokens" From a70b342591b6ff4fd4701adbdad2afaf1ead7c4e Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 27 Nov 2025 18:32:06 +0000 Subject: [PATCH 30/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 067a9ce..994c673 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 a1dff97dc1cc8b8165de652a0d6c5b5faa6af45c +# trails-api v1 e6789af4cca93011d6e552e9ed83341200c39e63 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1714,7 +1714,8 @@ components: - name - symbol - decimals - - supportsBridging + - featured + - featureIndex properties: chainId: type: number @@ -1730,6 +1731,10 @@ components: type: boolean logoUri: type: string + featured: + type: boolean + featureIndex: + type: number SortOrder: type: string description: Represented as uint32 on the server side @@ -2035,16 +2040,18 @@ components: $ref: '#/components/schemas/TokenInfo' GetFeaturedTokensRequest: type: object + required: + - chainIds properties: - routeProvider: - type: string - limit: - type: number chainIds: type: array description: '[]uint64' items: type: number + limit: + type: number + tokenAddress: + type: string GetFeaturedTokensResponse: type: object required: @@ -2062,15 +2069,13 @@ components: properties: query: type: string - routeProvider: - type: string - limit: - type: number chainIds: type: array description: '[]uint64' items: type: number + limit: + type: number SearchTokensResponse: type: object required: From 316550f5219822e8d8107c380e15efdcca61173b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Nov 2025 18:32:24 +0000 Subject: [PATCH 31/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 97135e5..53e783a 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -2982,19 +2982,22 @@ }, "GetFeaturedTokensRequest": { "type": "object", + "required": [ + "chainIds" + ], "properties": { - "routeProvider": { - "type": "string" - }, - "limit": { - "type": "number" - }, "chainIds": { "type": "array", "description": "[]uint64", "items": { "type": "number" } + }, + "limit": { + "type": "number" + }, + "tokenAddress": { + "type": "string" } } }, @@ -3022,18 +3025,15 @@ "query": { "type": "string" }, - "routeProvider": { - "type": "string" - }, - "limit": { - "type": "number" - }, "chainIds": { "type": "array", "description": "[]uint64", "items": { "type": "number" } + }, + "limit": { + "type": "number" } } }, From bb89165b323cb5b0cd87981a77467d08a6c20693 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 28 Nov 2025 02:03:23 +0000 Subject: [PATCH 32/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 994c673..c7f51da 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 e6789af4cca93011d6e552e9ed83341200c39e63 +# trails-api v1 28cd397da4d3b48f8a57466ae5ec8cc28ba88f03 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2038,7 +2038,7 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' - GetFeaturedTokensRequest: + GetTokenListRequest: type: object required: - chainIds @@ -2052,7 +2052,11 @@ components: type: number tokenAddress: type: string - GetFeaturedTokensResponse: + includeAllListed: + type: boolean + includeExternal: + type: boolean + GetTokenListResponse: type: object required: - tokens From 5ce95415b24716c45cf26866db282433e740a33e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Nov 2025 02:03:41 +0000 Subject: [PATCH 33/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 53e783a..903beb5 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -2980,7 +2980,7 @@ } } }, - "GetFeaturedTokensRequest": { + "GetTokenListRequest": { "type": "object", "required": [ "chainIds" @@ -2998,10 +2998,16 @@ }, "tokenAddress": { "type": "string" + }, + "includeAllListed": { + "type": "boolean" + }, + "includeExternal": { + "type": "boolean" } } }, - "GetFeaturedTokensResponse": { + "GetTokenListResponse": { "type": "object", "required": [ "tokens" From 53d5c5798d97b6d66c67262bca0dbc8c3dfb4d63 Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Fri, 28 Nov 2025 09:57:42 +0000 Subject: [PATCH 34/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index c7f51da..9935fc0 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 28cd397da4d3b48f8a57466ae5ec8cc28ba88f03 +# trails-api v1 8b19541b73759452ae4089eb158439d30123d820 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # From ba621dc4b99763d1c9be18526aec286c5804af1b Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:57:18 +0000 Subject: [PATCH 35/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 40 ++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 9935fc0..0fe1a7f 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 8b19541b73759452ae4089eb158439d30123d820 +# trails-api v1 02dbc73316de39aaa2f74b7271f350258de6bf5c # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -849,6 +849,28 @@ components: status: type: number example: 422 + ErrorClientOutdated: + type: object + required: + - error + - code + - msg + - status + properties: + error: + type: string + example: "ClientOutdated" + code: + type: number + example: 8009 + msg: + type: string + example: "Client is outdated" + cause: + type: string + status: + type: number + example: 422 ErrorIntentsSkipped: type: object required: @@ -1677,6 +1699,19 @@ components: type: string sequenceWalletUtilsAddress: type: string + TrailsContracts: + type: object + required: + - trailsIntentEntrypointAddress + - trailsRouterAddress + - trailsRouterShimAddress + properties: + trailsIntentEntrypointAddress: + type: string + trailsRouterAddress: + type: string + trailsRouterShimAddress: + type: string ChainInfo: type: object required: @@ -1820,9 +1855,12 @@ components: type: object required: - intent + - trailsContracts properties: intent: $ref: '#/components/schemas/Intent' + trailsContracts: + $ref: '#/components/schemas/TrailsContracts' CommitIntentResponse: type: object required: From 726a67b678de2cac1331406c773522f56888e896 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 28 Nov 2025 15:00:44 +0000 Subject: [PATCH 36/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 0fe1a7f..03a4917 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 02dbc73316de39aaa2f74b7271f350258de6bf5c +# trails-api v1 75a444ba447648daccc807c9c922e96a68a043ea # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2086,6 +2086,8 @@ components: description: '[]uint64' items: type: number + searchQuery: + type: string limit: type: number tokenAddress: @@ -2104,30 +2106,6 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' - SearchTokensRequest: - type: object - required: - - query - properties: - query: - type: string - chainIds: - type: array - description: '[]uint64' - items: - type: number - limit: - type: number - SearchTokensResponse: - type: object - required: - - tokens - properties: - tokens: - type: array - description: '[]TokenInfo' - items: - $ref: '#/components/schemas/TokenInfo' Page: type: object properties: From a4bb6bd946bd66d7663f0a31c647fd3c6d2894b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Nov 2025 15:01:03 +0000 Subject: [PATCH 37/66] chore: auto-convert OpenAPI YAML to JSON --- api-reference/trails-api.gen.json | 39 +++---------------------------- 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 903beb5..d0942fa 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -2993,6 +2993,9 @@ "type": "number" } }, + "searchQuery": { + "type": "string" + }, "limit": { "type": "number" }, @@ -3022,42 +3025,6 @@ } } }, - "SearchTokensRequest": { - "type": "object", - "required": [ - "query" - ], - "properties": { - "query": { - "type": "string" - }, - "chainIds": { - "type": "array", - "description": "[]uint64", - "items": { - "type": "number" - } - }, - "limit": { - "type": "number" - } - } - }, - "SearchTokensResponse": { - "type": "object", - "required": [ - "tokens" - ], - "properties": { - "tokens": { - "type": "array", - "description": "[]TokenInfo", - "items": { - "$ref": "#/components/schemas/TokenInfo" - } - } - } - }, "Page": { "type": "object", "properties": { From 7ccff26e088fb66c3e66ec5ad0618d4d52f8fe44 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 28 Nov 2025 20:19:59 +0000 Subject: [PATCH 38/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 03a4917..97e3bc5 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 75a444ba447648daccc807c9c922e96a68a043ea +# trails-api v1 e4bcc20cc5d1a0eb182d4c6e449c24fa42d44729 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1434,6 +1434,7 @@ components: - destinationTokenAddress - destinationTokenAmount - destinationTokenMetadata + - destinationToAddress - createdAt properties: id: @@ -1476,6 +1477,8 @@ components: type: number destinationTokenMetadata: $ref: '#/components/schemas/TokenMetadata' + destinationToAddress: + type: string updatedAt: type: string createdAt: From ddb9e35fe586020a60259c05853f9e8a579a318d Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Sun, 30 Nov 2025 20:14:28 +0000 Subject: [PATCH 39/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 97e3bc5..6a85b10 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 e4bcc20cc5d1a0eb182d4c6e449c24fa42d44729 +# trails-api v1 650305b09bcc9f137525524bd225366a540fa438 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -977,12 +977,12 @@ components: type: string description: Represented as uint8 on the server side enum: + - UNKNOWN + - ON_HOLD - PENDING + - FETCHING - COMPLETE - FAILED - - UNKNOWN - - RELAYED - - FINALIZED QuoteIntentRequest: type: object required: @@ -1545,24 +1545,32 @@ components: type: object required: - id - - sourceTxHash - - sourceChainId + - intentId + - originChainId - destinationChainId + - originTxnId + - originTxnHash + - destinationTxnId - message - attestation - status - - retryCount - createdAt - updatedAt properties: id: type: number - sourceTxHash: + intentId: type: string - sourceChainId: + originChainId: type: number destinationChainId: type: number + originTxnId: + type: number + originTxnHash: + type: string + destinationTxnId: + type: number message: type: string attestation: @@ -1571,10 +1579,6 @@ components: type: number statusReason: type: string - processedAt: - type: string - retryCount: - type: number createdAt: type: string updatedAt: From c1cbf1520e3870cf9522e4b419d221c7d6d83809 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:48:03 +0000 Subject: [PATCH 40/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 35 +++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 6a85b10..9d05c35 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 650305b09bcc9f137525524bd225366a540fa438 +# trails-api v1 895ee3b30b3c64ce853eadd9f13512ebc33e1335 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -921,13 +921,16 @@ components: enum: - EXACT_INPUT - EXACT_OUTPUT - QuoteProviderType: + RouteProvider: type: string description: Represented as string on the server side enum: - - RELAY - - CCTPV2 + - NONE + - CCTP - LIFI + - RELAY + - SUSHI + - ZEROX IntentStatus: type: string description: Represented as uint8 on the server side @@ -1021,8 +1024,10 @@ components: QuoteIntentRequestOptions: type: object properties: - quoteProvider: - type: string + swapProvider: + $ref: '#/components/schemas/RouteProvider' + bridgeProvider: + $ref: '#/components/schemas/RouteProvider' slippageTolerance: type: number trailsAddressOverrides: @@ -1288,6 +1293,9 @@ components: IntentProviderQuote: type: object required: + - routeProviders + - routeProvidersRequestIds + - routeProvidersFeeUsd - quoteProvider - quoteProviderRequestId - quoteProviderFeeUsd @@ -1299,6 +1307,21 @@ components: - priceImpact - priceImpactUsd properties: + routeProviders: + type: array + description: '[]RouteProvider' + items: + $ref: '#/components/schemas/RouteProvider' + routeProvidersRequestIds: + type: array + description: '[]string' + items: + type: string + routeProvidersFeeUsd: + type: array + description: '[]float64' + items: + type: number quoteProvider: type: string quoteProviderRequestId: From 86da142b66a9366a136103da44f5b91a85fab256 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:09:06 +0000 Subject: [PATCH 41/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 9d05c35..2e0d03d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 895ee3b30b3c64ce853eadd9f13512ebc33e1335 +# trails-api v1 f14679c5ffd09663021e421f67b33a8cf5287d4a # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -925,7 +925,7 @@ components: type: string description: Represented as string on the server side enum: - - NONE + - AUTO - CCTP - LIFI - RELAY From 9ae2c6e6507c47aeb080e01ca206123989dc3e78 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:09:41 +0000 Subject: [PATCH 42/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 2e0d03d..4c6ae6c 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 f14679c5ffd09663021e421f67b33a8cf5287d4a +# trails-api v1 084ea43253074ae6cb7cf6173a6e5f82cd2ed766 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2126,6 +2126,11 @@ components: type: boolean includeExternal: type: boolean + excludeTokens: + type: array + description: '[]string' + items: + type: string GetTokenListResponse: type: object required: From b494436502a01d74e9991fcb9c45ceacafa306ac Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:38:21 +0000 Subject: [PATCH 43/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 33 +++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 4c6ae6c..7b1e6bf 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 084ea43253074ae6cb7cf6173a6e5f82cd2ed766 +# trails-api v1 4075a64caa6cf1a0398a83bb5028ce078b1ff625 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -893,6 +893,28 @@ components: status: type: number example: 400 + ErrorQuoteExpired: + type: object + required: + - error + - code + - msg + - status + properties: + error: + type: string + example: "QuoteExpired" + code: + type: number + example: 7001 + msg: + type: string + example: "Intent quote has expired. Please try again." + cause: + type: string + status: + type: number + example: 400 ErrorIntentsDisabled: type: object required: @@ -1296,9 +1318,6 @@ components: - routeProviders - routeProvidersRequestIds - routeProvidersFeeUsd - - quoteProvider - - quoteProviderRequestId - - quoteProviderFeeUsd - fromAmount - fromAmountMin - toAmount @@ -1322,12 +1341,6 @@ components: description: '[]float64' items: type: number - quoteProvider: - type: string - quoteProviderRequestId: - type: string - quoteProviderFeeUsd: - type: number fromAmount: type: number fromAmountMin: From 09a26c95519fc3270f2227fae74b8247fd8f42f0 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:51:32 +0000 Subject: [PATCH 44/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 7b1e6bf..2f0bd87 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 4075a64caa6cf1a0398a83bb5028ce078b1ff625 +# trails-api v1 f0bc670e0470ee70458af83aa1129c53613c23aa # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -1074,6 +1074,7 @@ components: - quote - fees - trailsVersion + - trailsContracts - expiresAt properties: id: @@ -1118,6 +1119,8 @@ components: $ref: '#/components/schemas/IntentFees' trailsVersion: type: string + trailsContracts: + $ref: '#/components/schemas/TrailsContracts' expiresAt: type: string updatedAt: @@ -1898,12 +1901,9 @@ components: type: object required: - intent - - trailsContracts properties: intent: $ref: '#/components/schemas/Intent' - trailsContracts: - $ref: '#/components/schemas/TrailsContracts' CommitIntentResponse: type: object required: From e7e685bc0bcfbe3c59b40758d4a3bce555efc148 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:44:25 +0000 Subject: [PATCH 45/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 2f0bd87..f74b6c7 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 f0bc670e0470ee70458af83aa1129c53613c23aa +# trails-api v1 f143a5dae32057ecbd675951259345fe1053b900 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -7,9 +7,6 @@ openapi: 3.0.0 info: title: 'Trails API' version: '' -servers: - - url: https://trails-api.sequence.app - description: Trails API components: securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key'}} schemas: From 6484aae1b912c21baf6c149a30bc03575fabc572 Mon Sep 17 00:00:00 2001 From: shunkakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:05:42 +0000 Subject: [PATCH 46/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index f74b6c7..558acc0 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 f143a5dae32057ecbd675951259345fe1053b900 +# trails-api v1 35c8448f49399dff5d5e1f01e1155366058af4e5 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2031,6 +2031,26 @@ components: $ref: '#/components/schemas/IntentSummary' nextPage: $ref: '#/components/schemas/Page' + RequeueIntentRequest: + type: object + required: + - intentId + properties: + intentId: + type: string + RequeueIntentResponse: + type: object + required: + - intentId + - requeuedTransactions + - status + properties: + intentId: + type: string + requeuedTransactions: + type: number + status: + $ref: '#/components/schemas/IntentStatus' GetTokenPricesRequest: type: object required: From 3d859ca531c148337de7ca092eb270e3226cf65d Mon Sep 17 00:00:00 2001 From: shunkakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:06:11 +0000 Subject: [PATCH 47/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 558acc0..f74b6c7 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 35c8448f49399dff5d5e1f01e1155366058af4e5 +# trails-api v1 f143a5dae32057ecbd675951259345fe1053b900 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2031,26 +2031,6 @@ components: $ref: '#/components/schemas/IntentSummary' nextPage: $ref: '#/components/schemas/Page' - RequeueIntentRequest: - type: object - required: - - intentId - properties: - intentId: - type: string - RequeueIntentResponse: - type: object - required: - - intentId - - requeuedTransactions - - status - properties: - intentId: - type: string - requeuedTransactions: - type: number - status: - $ref: '#/components/schemas/IntentStatus' GetTokenPricesRequest: type: object required: From 3eb04f40b9b5f99c9b76dbe334b4ece52f57fd68 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:57:48 +0000 Subject: [PATCH 48/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index f74b6c7..afb6886 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 f143a5dae32057ecbd675951259345fe1053b900 +# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2000,6 +2000,8 @@ components: type: string byDestinationIntentAddress: type: string + byQueryString: + type: string SearchIntentsResponse: type: object required: From 57913dc1fce6489fa6e2957acc61dda567e8903b Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:01:56 +0000 Subject: [PATCH 49/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index afb6886..5cadbe9 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd +# trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2181,4 +2181,29 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' + AdminRequeueIntentTransactionRequest: + type: object + required: + - intentId + properties: + intentId: + type: string + origin: + type: boolean + destination: + type: boolean + originMinAmountOverride: + type: number + destinationMinAmountOverride: + type: number + AdminRequeueIntentTransactionResponse: + type: object + required: + - status + - message + properties: + status: + type: boolean + message: + type: string paths: From 2d69318269e11d214e925081c4e01be2a456b427 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:23:30 +0000 Subject: [PATCH 50/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 5cadbe9..207e7cc 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4 +# trails-api v1 516088f18178ca4a85cac8429bb27812e6923021 # -- # Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT # @@ -2206,4 +2206,26 @@ components: type: boolean message: type: string + AdminDeployCCTPMessageWalletRequest: + type: object + required: + - chainId + properties: + chainId: + type: number + AdminDeployCCTPMessageWalletResponse: + type: object + required: + - chainId + - walletAddress + - deployed + properties: + chainId: + type: number + walletAddress: + type: string + deployed: + type: boolean + deploymentTxHash: + type: string paths: From e585825509d3d5b4cf17bed3dafe64b2c0914c0d Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:24:16 +0000 Subject: [PATCH 51/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 53 ++----------------------------- 1 file changed, 3 insertions(+), 50 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 207e7cc..1d697cd 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,8 +1,8 @@ -# trails-api v1 516088f18178ca4a85cac8429bb27812e6923021 +# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd # -- -# Code generated by webrpc-gen@v0.31.2 with openapi generator; DO NOT EDIT +# Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # -# webrpc-gen -service=Trails -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml +# webrpc-gen -service=Trails -methodTreeShake -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 info: title: 'Trails API' @@ -2181,51 +2181,4 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' - AdminRequeueIntentTransactionRequest: - type: object - required: - - intentId - properties: - intentId: - type: string - origin: - type: boolean - destination: - type: boolean - originMinAmountOverride: - type: number - destinationMinAmountOverride: - type: number - AdminRequeueIntentTransactionResponse: - type: object - required: - - status - - message - properties: - status: - type: boolean - message: - type: string - AdminDeployCCTPMessageWalletRequest: - type: object - required: - - chainId - properties: - chainId: - type: number - AdminDeployCCTPMessageWalletResponse: - type: object - required: - - chainId - - walletAddress - - deployed - properties: - chainId: - type: number - walletAddress: - type: string - deployed: - type: boolean - deploymentTxHash: - type: string paths: From 939f186482d328494118be2640492fc32fe26ffc Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:09:05 +0000 Subject: [PATCH 52/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 406 +++++++++++++++++++++++++++++- 1 file changed, 405 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 1d697cd..eb7dd85 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd +# trails-api v1 7ba075d1b66432a71b6ee5beab432f2a14948f16 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -2153,6 +2153,410 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' + GetMeldCountryDefaultsRequest: + type: object + required: + - countryCode + properties: + countryCode: + type: string + GetMeldCountryDefaultsResponse: + type: object + required: + - defaults + properties: + defaults: + type: array + description: '[]MeldCountryDefault' + items: + $ref: '#/components/schemas/MeldCountryDefault' + MeldCountryDefault: + type: object + required: + - countryCode + - defaultCurrencyCode + - defaultPaymentMethods + properties: + countryCode: + type: string + defaultCurrencyCode: + type: string + defaultPaymentMethods: + type: array + description: '[]string' + items: + type: string + GetMeldFiatCurrenciesRequest: + type: object + required: + - countryCode + properties: + countryCode: + type: string + GetMeldFiatCurrenciesResponse: + type: object + required: + - fiatCurrencies + properties: + fiatCurrencies: + type: array + description: '[]MeldFiatCurrency' + items: + $ref: '#/components/schemas/MeldFiatCurrency' + MeldFiatCurrency: + type: object + required: + - currencyCode + - name + - symbolImageUrl + properties: + currencyCode: + type: string + name: + type: string + symbolImageUrl: + type: string + GetMeldPaymentMethodsRequest: + type: object + required: + - fiatCurrency + properties: + fiatCurrency: + type: string + GetMeldPaymentMethodsResponse: + type: object + required: + - paymentMethods + properties: + paymentMethods: + type: array + description: '[]MeldPaymentMethod' + items: + $ref: '#/components/schemas/MeldPaymentMethod' + MeldPaymentMethod: + type: object + required: + - paymentMethod + - name + - paymentType + - logos + properties: + paymentMethod: + type: string + name: + type: string + paymentType: + type: string + logos: + $ref: '#/components/schemas/MeldPaymentLogos' + MeldPaymentLogos: + type: object + required: + - dark + - light + properties: + dark: + type: string + light: + type: string + GetMeldCryptoCurrenciesRequest: + type: object + required: + - countryCode + properties: + countryCode: + type: string + GetMeldCryptoCurrenciesResponse: + type: object + required: + - cryptoCurrencies + properties: + cryptoCurrencies: + type: array + description: '[]MeldCryptoCurrency' + items: + $ref: '#/components/schemas/MeldCryptoCurrency' + MeldCryptoCurrency: + type: object + required: + - currencyCode + - name + - chainCode + - chainName + - symbolImageUrl + properties: + currencyCode: + type: string + name: + type: string + chainCode: + type: string + chainName: + type: string + chainId: + type: string + contractAddress: + type: string + symbolImageUrl: + type: string + GetMeldPurchaseLimitsRequest: + type: object + GetMeldPurchaseLimitsResponse: + type: object + required: + - limits + properties: + limits: + type: object + description: 'map' + additionalProperties: + $ref: '#/components/schemas/MeldCurrencyLimits' + MeldCurrencyLimits: + type: object + required: + - minimumAmount + - maximumAmount + properties: + defaultAmount: + type: number + minimumAmount: + type: number + maximumAmount: + type: number + GetMeldQuoteRequest: + type: object + required: + - sourceAmount + - sourceCurrencyCode + - destinationCurrencyCode + - countryCode + - walletAddress + properties: + sourceAmount: + type: string + sourceCurrencyCode: + type: string + destinationCurrencyCode: + type: string + countryCode: + type: string + walletAddress: + type: string + GetMeldQuoteResponse: + type: object + required: + - quoteResponse + properties: + quoteResponse: + type: string + MeldQuote: + type: object + required: + - transactionType + - sourceAmount + - sourceAmountWithoutFees + - fiatAmountWithoutFees + - sourceCurrencyCode + - countryCode + - totalFee + - networkFee + - transactionFee + - destinationAmount + - destinationCurrencyCode + - exchangeRate + - paymentMethodType + - customerScore + - serviceProvider + - partnerFee + properties: + transactionType: + type: string + sourceAmount: + type: number + sourceAmountWithoutFees: + type: number + fiatAmountWithoutFees: + type: number + destinationAmountWithoutFees: + type: number + sourceCurrencyCode: + type: string + countryCode: + type: string + totalFee: + type: number + networkFee: + type: number + transactionFee: + type: number + destinationAmount: + type: number + destinationCurrencyCode: + type: string + exchangeRate: + type: number + paymentMethodType: + type: string + customerScore: + type: number + serviceProvider: + type: string + institutionName: + type: string + lowKyc: + type: boolean + partnerFee: + type: number + CreateMeldWidgetSessionRequest: + type: object + required: + - sessionData + - sessionType + - externalCustomerId + - externalSessionId + properties: + sessionData: + $ref: '#/components/schemas/MeldSessionData' + sessionType: + type: string + externalCustomerId: + type: string + externalSessionId: + type: string + MeldSessionData: + type: object + required: + - walletAddress + - countryCode + - sourceCurrencyCode + - sourceAmount + - destinationCurrencyCode + - serviceProvider + properties: + walletAddress: + type: string + countryCode: + type: string + sourceCurrencyCode: + type: string + sourceAmount: + type: string + destinationCurrencyCode: + type: string + serviceProvider: + type: string + paymentMethodType: + type: string + redirectUrl: + type: string + CreateMeldWidgetSessionResponse: + type: object + required: + - widgetSession + properties: + widgetSession: + type: string + GetMeldTransactionRequest: + type: object + required: + - transactionId + properties: + transactionId: + type: string + GetMeldTransactionResponse: + type: object + required: + - transaction + properties: + transaction: + $ref: '#/components/schemas/MeldTransaction' + SearchMeldTransactionsRequest: + type: object + properties: + statuses: + type: string + externalSessionIds: + type: string + externalCustomerIds: + type: string + customerIds: + type: string + sessionIds: + type: string + sessionId: + type: string + from: + type: string + to: + type: string + limit: + type: number + SearchMeldTransactionsResponse: + type: object + required: + - transactions + properties: + transactions: + $ref: '#/components/schemas/MeldTransactions' + MeldTransaction: + type: object + required: + - id + properties: + id: + type: string + MeldTransactions: + type: object + required: + - transactions + properties: + transactions: + type: array + description: '[]MeldTransaction' + items: + $ref: '#/components/schemas/MeldTransaction' + CreateMeldBankLinkingConnectionRequest: + type: object + required: + - externalCustomerId + properties: + externalCustomerId: + type: string + institutionId: + type: string + institutionSearchString: + type: string + products: + type: array + description: '[]string' + items: + type: string + optionalProducts: + type: array + description: '[]string' + items: + type: string + redirectUrl: + type: string + regions: + type: array + description: '[]string' + items: + type: string + accountPreferenceOverride: + $ref: '#/components/schemas/MeldAccountPreferenceOverride' + MeldAccountPreferenceOverride: + type: object + properties: + allowRedirect: + type: boolean + CreateMeldBankLinkingConnectionResponse: + type: object + required: + - connectionResponse + properties: + connectionResponse: + type: string Page: type: object properties: From f864c55c774f03186d815eb884b3e89be173fd19 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:18:25 +0000 Subject: [PATCH 53/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 348 +----------------------------- 1 file changed, 1 insertion(+), 347 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index eb7dd85..c890148 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 7ba075d1b66432a71b6ee5beab432f2a14948f16 +# trails-api v1 3ffa08c363d41ba9b70f4e54f767b7e3b3f737b5 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -2153,202 +2153,6 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' - GetMeldCountryDefaultsRequest: - type: object - required: - - countryCode - properties: - countryCode: - type: string - GetMeldCountryDefaultsResponse: - type: object - required: - - defaults - properties: - defaults: - type: array - description: '[]MeldCountryDefault' - items: - $ref: '#/components/schemas/MeldCountryDefault' - MeldCountryDefault: - type: object - required: - - countryCode - - defaultCurrencyCode - - defaultPaymentMethods - properties: - countryCode: - type: string - defaultCurrencyCode: - type: string - defaultPaymentMethods: - type: array - description: '[]string' - items: - type: string - GetMeldFiatCurrenciesRequest: - type: object - required: - - countryCode - properties: - countryCode: - type: string - GetMeldFiatCurrenciesResponse: - type: object - required: - - fiatCurrencies - properties: - fiatCurrencies: - type: array - description: '[]MeldFiatCurrency' - items: - $ref: '#/components/schemas/MeldFiatCurrency' - MeldFiatCurrency: - type: object - required: - - currencyCode - - name - - symbolImageUrl - properties: - currencyCode: - type: string - name: - type: string - symbolImageUrl: - type: string - GetMeldPaymentMethodsRequest: - type: object - required: - - fiatCurrency - properties: - fiatCurrency: - type: string - GetMeldPaymentMethodsResponse: - type: object - required: - - paymentMethods - properties: - paymentMethods: - type: array - description: '[]MeldPaymentMethod' - items: - $ref: '#/components/schemas/MeldPaymentMethod' - MeldPaymentMethod: - type: object - required: - - paymentMethod - - name - - paymentType - - logos - properties: - paymentMethod: - type: string - name: - type: string - paymentType: - type: string - logos: - $ref: '#/components/schemas/MeldPaymentLogos' - MeldPaymentLogos: - type: object - required: - - dark - - light - properties: - dark: - type: string - light: - type: string - GetMeldCryptoCurrenciesRequest: - type: object - required: - - countryCode - properties: - countryCode: - type: string - GetMeldCryptoCurrenciesResponse: - type: object - required: - - cryptoCurrencies - properties: - cryptoCurrencies: - type: array - description: '[]MeldCryptoCurrency' - items: - $ref: '#/components/schemas/MeldCryptoCurrency' - MeldCryptoCurrency: - type: object - required: - - currencyCode - - name - - chainCode - - chainName - - symbolImageUrl - properties: - currencyCode: - type: string - name: - type: string - chainCode: - type: string - chainName: - type: string - chainId: - type: string - contractAddress: - type: string - symbolImageUrl: - type: string - GetMeldPurchaseLimitsRequest: - type: object - GetMeldPurchaseLimitsResponse: - type: object - required: - - limits - properties: - limits: - type: object - description: 'map' - additionalProperties: - $ref: '#/components/schemas/MeldCurrencyLimits' - MeldCurrencyLimits: - type: object - required: - - minimumAmount - - maximumAmount - properties: - defaultAmount: - type: number - minimumAmount: - type: number - maximumAmount: - type: number - GetMeldQuoteRequest: - type: object - required: - - sourceAmount - - sourceCurrencyCode - - destinationCurrencyCode - - countryCode - - walletAddress - properties: - sourceAmount: - type: string - sourceCurrencyCode: - type: string - destinationCurrencyCode: - type: string - countryCode: - type: string - walletAddress: - type: string - GetMeldQuoteResponse: - type: object - required: - - quoteResponse - properties: - quoteResponse: - type: string MeldQuote: type: object required: @@ -2407,156 +2211,6 @@ components: type: boolean partnerFee: type: number - CreateMeldWidgetSessionRequest: - type: object - required: - - sessionData - - sessionType - - externalCustomerId - - externalSessionId - properties: - sessionData: - $ref: '#/components/schemas/MeldSessionData' - sessionType: - type: string - externalCustomerId: - type: string - externalSessionId: - type: string - MeldSessionData: - type: object - required: - - walletAddress - - countryCode - - sourceCurrencyCode - - sourceAmount - - destinationCurrencyCode - - serviceProvider - properties: - walletAddress: - type: string - countryCode: - type: string - sourceCurrencyCode: - type: string - sourceAmount: - type: string - destinationCurrencyCode: - type: string - serviceProvider: - type: string - paymentMethodType: - type: string - redirectUrl: - type: string - CreateMeldWidgetSessionResponse: - type: object - required: - - widgetSession - properties: - widgetSession: - type: string - GetMeldTransactionRequest: - type: object - required: - - transactionId - properties: - transactionId: - type: string - GetMeldTransactionResponse: - type: object - required: - - transaction - properties: - transaction: - $ref: '#/components/schemas/MeldTransaction' - SearchMeldTransactionsRequest: - type: object - properties: - statuses: - type: string - externalSessionIds: - type: string - externalCustomerIds: - type: string - customerIds: - type: string - sessionIds: - type: string - sessionId: - type: string - from: - type: string - to: - type: string - limit: - type: number - SearchMeldTransactionsResponse: - type: object - required: - - transactions - properties: - transactions: - $ref: '#/components/schemas/MeldTransactions' - MeldTransaction: - type: object - required: - - id - properties: - id: - type: string - MeldTransactions: - type: object - required: - - transactions - properties: - transactions: - type: array - description: '[]MeldTransaction' - items: - $ref: '#/components/schemas/MeldTransaction' - CreateMeldBankLinkingConnectionRequest: - type: object - required: - - externalCustomerId - properties: - externalCustomerId: - type: string - institutionId: - type: string - institutionSearchString: - type: string - products: - type: array - description: '[]string' - items: - type: string - optionalProducts: - type: array - description: '[]string' - items: - type: string - redirectUrl: - type: string - regions: - type: array - description: '[]string' - items: - type: string - accountPreferenceOverride: - $ref: '#/components/schemas/MeldAccountPreferenceOverride' - MeldAccountPreferenceOverride: - type: object - properties: - allowRedirect: - type: boolean - CreateMeldBankLinkingConnectionResponse: - type: object - required: - - connectionResponse - properties: - connectionResponse: - type: string Page: type: object properties: From d0712128bd0741326ae7b8c84841c711b3a4f881 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:30:59 +0000 Subject: [PATCH 54/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index c890148..90203b8 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 3ffa08c363d41ba9b70f4e54f767b7e3b3f737b5 +# trails-api v1 250f3e931b07e6feab161ee556e03e1bd9963a1f # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -2153,6 +2153,34 @@ components: description: '[]TokenInfo' items: $ref: '#/components/schemas/TokenInfo' + Page: + type: object + properties: + column: + type: string + before: + type: number + after: + type: number + sort: + type: array + description: '[]SortBy' + items: + $ref: '#/components/schemas/SortBy' + pageSize: + type: number + more: + type: boolean + SortBy: + type: object + required: + - column + - order + properties: + column: + type: string + order: + $ref: '#/components/schemas/SortOrder' MeldQuote: type: object required: @@ -2211,32 +2239,4 @@ components: type: boolean partnerFee: type: number - Page: - type: object - properties: - column: - type: string - before: - type: number - after: - type: number - sort: - type: array - description: '[]SortBy' - items: - $ref: '#/components/schemas/SortBy' - pageSize: - type: number - more: - type: boolean - SortBy: - type: object - required: - - column - - order - properties: - column: - type: string - order: - $ref: '#/components/schemas/SortOrder' paths: From b83bf23c28fea59647d310d53309f447a13a7905 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:33:42 +0000 Subject: [PATCH 55/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 118 +++++++++++++++--------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 90203b8..439cf1d 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 250f3e931b07e6feab161ee556e03e1bd9963a1f +# trails-api v1 66c279b84c70b817bb9b5676ab3656f7188e3b39 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1813,6 +1813,64 @@ components: type: boolean featureIndex: type: number + MeldQuote: + type: object + required: + - transactionType + - sourceAmount + - sourceAmountWithoutFees + - fiatAmountWithoutFees + - sourceCurrencyCode + - countryCode + - totalFee + - networkFee + - transactionFee + - destinationAmount + - destinationCurrencyCode + - exchangeRate + - paymentMethodType + - customerScore + - serviceProvider + - partnerFee + properties: + transactionType: + type: string + sourceAmount: + type: number + sourceAmountWithoutFees: + type: number + fiatAmountWithoutFees: + type: number + destinationAmountWithoutFees: + type: number + sourceCurrencyCode: + type: string + countryCode: + type: string + totalFee: + type: number + networkFee: + type: number + transactionFee: + type: number + destinationAmount: + type: number + destinationCurrencyCode: + type: string + exchangeRate: + type: number + paymentMethodType: + type: string + customerScore: + type: number + serviceProvider: + type: string + institutionName: + type: string + lowKyc: + type: boolean + partnerFee: + type: number SortOrder: type: string description: Represented as uint32 on the server side @@ -2181,62 +2239,4 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' - MeldQuote: - type: object - required: - - transactionType - - sourceAmount - - sourceAmountWithoutFees - - fiatAmountWithoutFees - - sourceCurrencyCode - - countryCode - - totalFee - - networkFee - - transactionFee - - destinationAmount - - destinationCurrencyCode - - exchangeRate - - paymentMethodType - - customerScore - - serviceProvider - - partnerFee - properties: - transactionType: - type: string - sourceAmount: - type: number - sourceAmountWithoutFees: - type: number - fiatAmountWithoutFees: - type: number - destinationAmountWithoutFees: - type: number - sourceCurrencyCode: - type: string - countryCode: - type: string - totalFee: - type: number - networkFee: - type: number - transactionFee: - type: number - destinationAmount: - type: number - destinationCurrencyCode: - type: string - exchangeRate: - type: number - paymentMethodType: - type: string - customerScore: - type: number - serviceProvider: - type: string - institutionName: - type: string - lowKyc: - type: boolean - partnerFee: - type: number paths: From 83de261e1fc79c2d87f5d801700e1c6d617b6a0b Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Wed, 10 Dec 2025 13:06:57 +0000 Subject: [PATCH 56/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 40 ++++++++++--------------------- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 439cf1d..a3554f0 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 66c279b84c70b817bb9b5676ab3656f7188e3b39 +# trails-api v1 a426bd90b09b82411861e1ba36d7ec2a9a9da835 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1877,49 +1877,33 @@ components: enum: - DESC - ASC - Version: - type: object - required: - - webrpcVersion - - schemaVersion - - schemaHash - - appVersion - properties: - webrpcVersion: - type: string - schemaVersion: - type: string - schemaHash: - type: string - appVersion: - type: string RuntimeStatus: type: object required: - healthOK - - startTime - - hostname - - uptime - - ver + - version - branch - commitHash + - startTime + - uptime + - hostname - runnables - services properties: healthOK: type: boolean - startTime: - type: string - hostname: - type: string - uptime: - type: number - ver: + version: type: string branch: type: string commitHash: type: string + startTime: + type: string + uptime: + type: string + hostname: + type: string runnables: type: object services: From 0457a03aa5486335cc4b04dd134454a147fa0f9a Mon Sep 17 00:00:00 2001 From: VojtechVitek <139342+VojtechVitek@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:00:51 +0000 Subject: [PATCH 57/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index a3554f0..686aa01 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -2,13 +2,14 @@ # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # -# webrpc-gen -service=Trails -methodTreeShake -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={ 'ApiKeyAuth': { 'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key' }, } -out=proto/docs/trails-api.gen.yaml +# webrpc-gen -service=Trails -methodTreeShake -match=@public -schema=proto/trails-api.ridl -target=openapi -title=Trails API -securityAnnotation=@auth -securitySchemes={'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://dashboard.trails.build', 'name': 'X-Access-Key'}} -out=proto/docs/trails-api.gen.yaml openapi: 3.0.0 info: title: 'Trails API' version: '' + components: - securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://sequence.build', 'name': 'X-Access-Key'}} + securitySchemes: {'ApiKeyAuth': {'type': 'apiKey', 'in': 'header', 'description': 'Project access key for authenticating requests, get an access key at https://dashboard.trails.build', 'name': 'X-Access-Key'}} schemas: ErrorWebrpcEndpoint: type: object @@ -2223,4 +2224,5 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' -paths: + +paths: \ No newline at end of file From 798dee707fddc8bc04c72ffb1dd8b6c99d80b06a Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:00:46 +0000 Subject: [PATCH 58/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 686aa01..2c8f981 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 a426bd90b09b82411861e1ba36d7ec2a9a9da835 +# trails-api v1 588ce5fb673239f382cf61c41602dd786b3fb6d6 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -960,6 +960,7 @@ components: - EXECUTING - FAILED - SUCCEEDED + - ABORTED TransactionType: type: string description: Represented as uint8 on the server side @@ -2076,6 +2077,29 @@ components: $ref: '#/components/schemas/IntentSummary' nextPage: $ref: '#/components/schemas/Page' + AbortIntentRequest: + type: object + required: + - intentId + - chainId + - abortTransactionHash + properties: + intentId: + type: string + chainId: + type: number + abortTransactionHash: + type: string + AbortIntentResponse: + type: object + required: + - intentId + - status + properties: + intentId: + type: string + status: + $ref: '#/components/schemas/IntentStatus' GetTokenPricesRequest: type: object required: From fa26d8ee139aa4be4f075548483e547d8869b9be Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:56:18 +0000 Subject: [PATCH 59/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 2c8f981..97719ea 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 588ce5fb673239f382cf61c41602dd786b3fb6d6 +# trails-api v1 a2d3e7a8836cb99f2614f83cc66051410a09fd35 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1473,6 +1473,7 @@ components: - destinationTokenAmount - destinationTokenMetadata - destinationToAddress + - expiresAt - createdAt properties: id: @@ -1517,6 +1518,8 @@ components: $ref: '#/components/schemas/TokenMetadata' destinationToAddress: type: string + expiresAt: + type: string updatedAt: type: string createdAt: From b87db1e39fe60135f82b6bfe38b28604493b4c7c Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:33:33 +0000 Subject: [PATCH 60/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 97719ea..7a0c16a 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 a2d3e7a8836cb99f2614f83cc66051410a09fd35 +# trails-api v1 8f92de91bde2cea43b147e23526187b7ff8c4fcd # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1322,8 +1322,12 @@ components: - routeProvidersFeeUsd - fromAmount - fromAmountMin + - fromAmountUsd + - fromAmountMinUsd - toAmount - toAmountMin + - toAmountUsd + - toAmountMinUsd - maxSlippage - priceImpact - priceImpactUsd @@ -1347,10 +1351,18 @@ components: type: number fromAmountMin: type: number + fromAmountUsd: + type: number + fromAmountMinUsd: + type: number toAmount: type: number toAmountMin: type: number + toAmountUsd: + type: number + toAmountMinUsd: + type: number maxSlippage: type: number priceImpact: From 07bf876a4391263fc2669c7bc2ef9cff9e042366 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:40:51 +0000 Subject: [PATCH 61/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 226 ++++++++++++++++++++++-------- 1 file changed, 170 insertions(+), 56 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 7a0c16a..42eb854 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 8f92de91bde2cea43b147e23526187b7ff8c4fcd +# trails-api v1 460b0b8285b5ebeaef8828da8904674ccb63bcc3 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1215,6 +1215,96 @@ components: type: string input: type: string + IntentHistory: + type: object + required: + - intentId + - status + - expiresAt + - receipt + properties: + intentId: + type: string + status: + $ref: '#/components/schemas/IntentStatus' + expiresAt: + type: string + updatedAt: + type: string + createdAt: + type: string + receipt: + $ref: '#/components/schemas/IntentReceipt' + IntentReceiptSummary: + type: object + required: + - intentId + - status + - ownerAddress + - originChainId + - destinationChainId + - tradeType + - routeProviders + - originIntentAddress + - originTokenAddress + - originTokenAmount + - originTokenMetadata + - destinationIntentAddress + - destinationTokenMetadata + - destinationHasCallData + - destinationHasCallValue + - createdAt + - expiresAt + properties: + intentId: + type: string + status: + $ref: '#/components/schemas/IntentStatus' + ownerAddress: + type: string + originChainId: + type: number + destinationChainId: + type: number + tradeType: + $ref: '#/components/schemas/TradeType' + routeProviders: + type: array + description: '[]RouteProvider' + items: + $ref: '#/components/schemas/RouteProvider' + originIntentAddress: + type: string + originTokenAddress: + type: string + originTokenAmount: + type: number + originTokenMetadata: + $ref: '#/components/schemas/TokenMetadata' + destinationIntentAddress: + type: string + destinationTokenAddress: + type: string + destinationTokenAmount: + type: number + destinationToAddress: + type: string + destinationTokenMetadata: + $ref: '#/components/schemas/TokenMetadata' + destinationHasCallData: + type: boolean + destinationHasCallValue: + type: boolean + memo: + type: string + createdAt: + type: string + expiresAt: + type: string + startedAt: + type: string + finishedAt: + type: string IntentReceipt: type: object required: @@ -1229,6 +1319,7 @@ components: - depositTransaction - originTransactionId - originTransaction + - summary properties: id: type: number @@ -1256,6 +1347,8 @@ components: type: number destinationTransaction: $ref: '#/components/schemas/IntentTransaction' + summary: + $ref: '#/components/schemas/IntentReceiptSummary' updatedAt: type: string createdAt: @@ -1265,6 +1358,7 @@ components: required: - id - intentId + - status - chainId - type - context @@ -1272,12 +1366,15 @@ components: - toAddress - tokenAddress - tokenAmount - - status properties: id: type: number intentId: type: string + status: + $ref: '#/components/schemas/TransactionStatus' + statusReason: + type: string chainId: type: number type: @@ -1306,10 +1403,6 @@ components: type: string txnMinedAt: type: string - status: - $ref: '#/components/schemas/TransactionStatus' - statusReason: - type: string updatedAt: type: string createdAt: @@ -1418,52 +1511,6 @@ components: type: number totalFeeUsd: type: number - IntentTransactionGasFee: - type: object - required: - - chainId - - totalGasLimit - - gasPrice - - nativeTokenSymbol - - chainGasUsageStatus - - totalFeeAmount - - totalFeeUsd - - metaTxnFeeDetails - - metaTxnGasQuote - properties: - chainId: - type: number - totalGasLimit: - type: number - gasPrice: - type: number - nativeTokenSymbol: - type: string - nativeTokenPriceUsd: - type: number - chainGasUsageStatus: - $ref: '#/components/schemas/ChainGasUsageStatus' - totalFeeAmount: - type: number - totalFeeUsd: - type: string - metaTxnFeeDetails: - $ref: '#/components/schemas/MetaTxnFeeDetails' - metaTxnGasQuote: - type: string - MetaTxnFeeDetails: - type: object - required: - - metaTxnId - - estimatedGasLimit - - feeNative - properties: - metaTxnId: - type: string - estimatedGasLimit: - type: number - feeNative: - type: number IntentSummary: type: object required: @@ -1536,6 +1583,52 @@ components: type: string createdAt: type: string + IntentTransactionGasFee: + type: object + required: + - chainId + - totalGasLimit + - gasPrice + - nativeTokenSymbol + - chainGasUsageStatus + - totalFeeAmount + - totalFeeUsd + - metaTxnFeeDetails + - metaTxnGasQuote + properties: + chainId: + type: number + totalGasLimit: + type: number + gasPrice: + type: number + nativeTokenSymbol: + type: string + nativeTokenPriceUsd: + type: number + chainGasUsageStatus: + $ref: '#/components/schemas/ChainGasUsageStatus' + totalFeeAmount: + type: number + totalFeeUsd: + type: string + metaTxnFeeDetails: + $ref: '#/components/schemas/MetaTxnFeeDetails' + metaTxnGasQuote: + type: string + MetaTxnFeeDetails: + type: object + required: + - metaTxnId + - estimatedGasLimit + - feeNative + properties: + metaTxnId: + type: string + estimatedGasLimit: + type: number + feeNative: + type: number ChainMetadata: type: object required: @@ -2071,7 +2164,7 @@ components: description: '[]Intent' items: $ref: '#/components/schemas/Intent' - GetIntentTransactionHistoryRequest: + GetIntentHistoryRequest: type: object properties: page: @@ -2080,16 +2173,16 @@ components: type: number byOwnerAddress: type: string - GetIntentTransactionHistoryResponse: + GetIntentHistoryResponse: type: object required: - intents properties: intents: type: array - description: '[]IntentSummary' + description: '[]IntentHistory' items: - $ref: '#/components/schemas/IntentSummary' + $ref: '#/components/schemas/IntentHistory' nextPage: $ref: '#/components/schemas/Page' AbortIntentRequest: @@ -2263,5 +2356,26 @@ components: type: string order: $ref: '#/components/schemas/SortOrder' + GetIntentTransactionHistoryRequest: + type: object + properties: + page: + $ref: '#/components/schemas/Page' + byProjectId: + type: number + byOwnerAddress: + type: string + GetIntentTransactionHistoryResponse: + type: object + required: + - intents + properties: + intents: + type: array + description: '[]IntentSummary' + items: + $ref: '#/components/schemas/IntentSummary' + nextPage: + $ref: '#/components/schemas/Page' paths: \ No newline at end of file From 65b89a2fce4da81ff365de0a7e3746105ab284d2 Mon Sep 17 00:00:00 2001 From: shunkakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:38:07 +0000 Subject: [PATCH 62/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 42eb854..41eb753 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 460b0b8285b5ebeaef8828da8904674ccb63bcc3 +# trails-api v1 dccdcc8fb172fbe39c51a7e89d408dc2d7d43ee1 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -961,6 +961,7 @@ components: - FAILED - SUCCEEDED - ABORTED + - REFUNDED TransactionType: type: string description: Represented as uint8 on the server side @@ -990,6 +991,7 @@ components: - SUCCEEDED - FAILED - ABORTED + - REVERTED ChainGasUsageStatus: type: string description: Represented as string on the server side From 5e435620f255fa00ef5db4ab059029efdb5da0c7 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:07:32 +0000 Subject: [PATCH 63/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 41eb753..42eb854 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 dccdcc8fb172fbe39c51a7e89d408dc2d7d43ee1 +# trails-api v1 460b0b8285b5ebeaef8828da8904674ccb63bcc3 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -961,7 +961,6 @@ components: - FAILED - SUCCEEDED - ABORTED - - REFUNDED TransactionType: type: string description: Represented as uint8 on the server side @@ -991,7 +990,6 @@ components: - SUCCEEDED - FAILED - ABORTED - - REVERTED ChainGasUsageStatus: type: string description: Represented as string on the server side From 7e514e885a98ee996a02bf6870b3b81cffda90cb Mon Sep 17 00:00:00 2001 From: shunkakinoki <39187513+shunkakinoki@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:54:47 +0000 Subject: [PATCH 64/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 42eb854..4d7aa10 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 460b0b8285b5ebeaef8828da8904674ccb63bcc3 +# trails-api v1 89bbbb375dffc12e4bc1e41ffb0b130bc4a68272 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1469,6 +1469,8 @@ components: - provider - feeTokenAddress - feeTokenTotal + - feeTokenAmount + - feeTokenUsd - totalFeeAmount - totalFeeUsd properties: @@ -1482,6 +1484,10 @@ components: type: string feeTokenTotal: type: number + feeTokenAmount: + type: number + feeTokenUsd: + type: number totalFeeAmount: type: number totalFeeUsd: From c94c98151b4280fcc18034908612fc48635b627a Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:05:09 +0000 Subject: [PATCH 65/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 4d7aa10..19a6ffd 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 89bbbb375dffc12e4bc1e41ffb0b130bc4a68272 +# trails-api v1 cb9c80da8f1202d083d6f3a6ed5347bdaddf0a81 # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -961,6 +961,7 @@ components: - FAILED - SUCCEEDED - ABORTED + - REFUNDED TransactionType: type: string description: Represented as uint8 on the server side @@ -990,6 +991,7 @@ components: - SUCCEEDED - FAILED - ABORTED + - REVERTED ChainGasUsageStatus: type: string description: Represented as string on the server side From 1bd1ebe100ae04c86821d1b585e815073a567f85 Mon Sep 17 00:00:00 2001 From: pkieltyka <18831+pkieltyka@users.noreply.github.com> Date: Tue, 23 Dec 2025 16:07:23 +0000 Subject: [PATCH 66/66] [AUTOMATED] Update: proto/docs/trails-api.gen.yaml --- api-reference/trails-api.gen.yaml | 70 +++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 4 deletions(-) diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index 19a6ffd..e0898aa 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 cb9c80da8f1202d083d6f3a6ed5347bdaddf0a81 +# trails-api v1 5fe493dc722c5753f4a2b4c651ec9a484541ea7d # -- # Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT # @@ -1409,6 +1409,35 @@ components: type: string createdAt: type: string + PriceImpact: + type: object + required: + - priceImpact + - priceImpactUsd + properties: + priceImpact: + type: number + priceImpactUsd: + type: number + PriceImpactDetails: + type: object + required: + - executionPriceImpact + - marketPriceImpact + - providerFeesPriceImpact + - trailsFeesPriceImpact + - netPriceImpact + properties: + executionPriceImpact: + $ref: '#/components/schemas/PriceImpact' + marketPriceImpact: + $ref: '#/components/schemas/PriceImpact' + providerFeesPriceImpact: + $ref: '#/components/schemas/PriceImpact' + trailsFeesPriceImpact: + $ref: '#/components/schemas/PriceImpact' + netPriceImpact: + $ref: '#/components/schemas/PriceImpact' IntentProviderQuote: type: object required: @@ -1426,6 +1455,7 @@ components: - maxSlippage - priceImpact - priceImpactUsd + - priceImpactDetails properties: routeProviders: type: array @@ -1464,15 +1494,25 @@ components: type: number priceImpactUsd: type: number + priceImpactDetails: + $ref: '#/components/schemas/PriceImpactDetails' IntentFees: type: object required: - originGas - provider - feeTokenAddress - - feeTokenTotal - feeTokenAmount - feeTokenUsd + - feeTokenTotal + - gasFeeTotal + - gasFeeUsd + - trailsFeeTotal + - trailsFeeUsd + - collectorFeeTotal + - collectorFeeUsd + - providerFeeTotal + - providerFeeUsd - totalFeeAmount - totalFeeUsd properties: @@ -1484,12 +1524,28 @@ components: $ref: '#/components/schemas/IntentProviderFees' feeTokenAddress: type: string - feeTokenTotal: - type: number feeTokenAmount: type: number feeTokenUsd: type: number + feeTokenTotal: + type: number + gasFeeTotal: + type: number + gasFeeUsd: + type: number + trailsFeeTotal: + type: number + trailsFeeUsd: + type: number + collectorFeeTotal: + type: number + collectorFeeUsd: + type: number + providerFeeTotal: + type: number + providerFeeUsd: + type: number totalFeeAmount: type: number totalFeeUsd: @@ -1502,6 +1558,8 @@ components: - quoteProviderFeeUsd - trailsFee - trailsFeeUsd + - quoteProviderWithTrailsFee + - providerWithTrailsFeeUsd - totalFeeAmount - totalFeeUsd properties: @@ -1515,6 +1573,10 @@ components: type: number trailsFeeUsd: type: number + quoteProviderWithTrailsFee: + type: number + providerWithTrailsFeeUsd: + type: number totalFeeAmount: type: number totalFeeUsd: