From 0bbc3e15b3a93182eb7c1124d5f338f4c507421d 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/60] [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 7dcd88ad428eab985c992171f40add7de7059504 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/60] [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 5282786eb9f93edde22876ca5810a44d95b95f47 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/60] [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 352097335c035422e7b332e250e61340e34a57f8 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/60] [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 a3eb4a65ebdcb6030b49140804908ff2ffcaac7c 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/60] [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 0dc121d0bd0661bfc642a2c00015b347e92d36a6 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/60] [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 d60377f24844384c95a5ca8c5f6c37fc6d45dbe4 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/60] [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 9691ccbfb2997eb93cff11a943ec8b6433fe9eee 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/60] [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 049047e764fb4129eb1ec9fd529bdbe44d41c4d4 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/60] [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 909d80ec1d097588d72def7363726badc35fb8c8 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/60] [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 bce253dd8bee6b80479869c2ebe8da5ec9f1ac08 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/60] [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 32f9c6fc555d911b736f61b90c30179f6a9567e6 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/60] [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 b1688ed0fb60d5d96912d836e13de354d54ef897 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/60] [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 7aff50d98377baec80c87f66157ad01f9bbc2bf1 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/60] [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 506779332253a24d0488914a4bde58f7fc3e1801 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/60] [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 774511ec5e958bfb2b443361c6948f61f6be24ad 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/60] [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 7c44692bff048646aa0d0f5f8c3908e63ce352e3 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/60] [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 80c528b3ee402b777ea77b9eade2556cbd15a7a1 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/60] [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 63f782a41214685cc0704e2cab2fe5233d56c867 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 16:07:08 +0000 Subject: [PATCH 19/60] 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 fe8655c322ac390250e4fd13b4a3c63af5e2cf58 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/60] [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 d5e14dba151f18b98512079efd31c78f65faab6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Nov 2025 23:13:01 +0000 Subject: [PATCH 21/60] 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 ace56848845c6606a39feb4a904d836489c35f21 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/60] [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 aa61646d2bdb1ac5d65c93395195e6a279172a95 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/60] [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 ce361cafd64807ea8b5e848162741ecaa4b90725 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/60] [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 a7a87a5f3bcee8b121bb56ae5ade47437864b38f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 22 Nov 2025 00:56:26 +0000 Subject: [PATCH 25/60] 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 f203daa108a0c79860114bfdf6e583eababdbffe 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/60] [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 8b17b3aaac431fdf8c5e04aa829d0a6c58994d1d 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/60] [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 b5c3c848f9a93173ecdc4f217dd02668c52b6b5d 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/60] [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 41f7fab43c85fffe01e1b12227efc22cf413a99e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Nov 2025 21:26:16 +0000 Subject: [PATCH 29/60] 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 d04a930dc124cb965d600be3f6b9185058a0e40c 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/60] [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 3188c7701f15d4229d7276aa353358745fab9900 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Nov 2025 18:32:24 +0000 Subject: [PATCH 31/60] 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 9f2eb0190b3e9ded9f91d87c8574e39bbe5aafe7 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/60] [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 04822ffc012e837c8f886f973cb164e6dc574a8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Nov 2025 02:03:41 +0000 Subject: [PATCH 33/60] 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 3400a312acd3c19e0d700e748c8d7a9d256883cb 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/60] [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 0c26292f0cb316563fed4dcbca35b6d13e45c9fe 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/60] [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 8818669e9a879e5904ca87972a19dee228d58a4a 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/60] [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 cccec9264a3a24bae2be44172354640dd8c3e48f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Nov 2025 15:01:03 +0000 Subject: [PATCH 37/60] 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 fcb51e0fcb094be66e7d845047c7f89395509787 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/60] [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 b94aa985218560f492eeb6dec4aba608e7dba8b4 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/60] [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 8f09909c7fd37a4e58145ad130d320d4086d11a7 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/60] [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 7fa0a513ef989060afcbe00dc6c52f2eae6bf449 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/60] [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 3e067eb7dbfc536a4b7ab5ab35da87f98ae99785 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/60] [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 12467c772abfa229ae54b09522828d95fb206e16 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/60] [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 cd1e01b08900282a563e430d1b33ff9730dd9662 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/60] [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 24790c8358bf44fe6d2aa653b38c7b6bbc975e91 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/60] [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 d58bbf36c74de820276342c24fc14eeb92e5f43a 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/60] [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 954dbeb1e990e52ed639e34e5e4a36f021725e16 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/60] [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 2e15c58773c3ea80ea41d1fbf83a713717cabaa6 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/60] [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 99730323c9567535d2a155e837b3e0b7ccf7a4dd 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/60] [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 268d0672f5cd21d962962213121690a7bb056aa9 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/60] [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 5807c9c958230dff7b4e879b370003154c815d38 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/60] [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 a4630948adcd09859cd6918b78d9f56680ceb9f0 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/60] [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 fb08d307fac62deac1895829fc1030129e1e7515 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/60] [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 9c4c0a72d06802617b0077ae020f4bc885e26a3a 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/60] [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 f407ecc4084a1bf482d225233e60548f9f9980a0 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/60] [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 82037db69946e33a6f8e3ffe2c812052aaf533ef 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/60] [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 79a8377ea51f3d1dbc96133140f9bc59afe39ce2 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/60] [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 08830679d5348e6399a4ebcd5e5720215cb30ada 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/60] [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 4ea29fb9bc0273cfd5dfc2814409f01fb5b188bd 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/60] [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 39ee6419eeaeda54fcac01924565f34f70f77aaa 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/60] [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: