René's URL Explorer Experiment


Title: API Data Quality Issue - Missing Required Field in listBlockchains Response · Issue #118 · fireblocks/java-sdk · GitHub

Open Graph Title: API Data Quality Issue - Missing Required Field in listBlockchains Response · Issue #118 · fireblocks/java-sdk

X Title: API Data Quality Issue - Missing Required Field in listBlockchains Response · Issue #118 · fireblocks/java-sdk

Description: Hello Fireblocks Support Team, We are experiencing a deserialization error when calling the listBlockchains API endpoint using the official Fireblocks Java SDK (version 12.1.3). The error occurs because one of the blockchain objects in t...

Open Graph Description: Hello Fireblocks Support Team, We are experiencing a deserialization error when calling the listBlockchains API endpoint using the official Fireblocks Java SDK (version 12.1.3). The error occurs be...

X Description: Hello Fireblocks Support Team, We are experiencing a deserialization error when calling the listBlockchains API endpoint using the official Fireblocks Java SDK (version 12.1.3). The error occurs be...

Opengraph URL: https://github.com/fireblocks/java-sdk/issues/118

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"API Data Quality Issue - Missing Required Field in listBlockchains Response","articleBody":"Hello Fireblocks Support Team,\n\nWe are experiencing a deserialization error when calling the listBlockchains API endpoint using the official Fireblocks Java SDK (version 12.1.3). The error occurs because one of the blockchain objects in the response is missing the required signingAlgo field.\n\nAPI Endpoint:\nMethod: GET /v1/supported_assets\nDocumentation: https://developers.fireblocks.com/reference/list-supported-assets\nSDK Method: fireblocks.blockchainsAssets().listBlockchains()\nEnvironment:\nFireblocks SDK Version: 12.1.3 (Java)\nAPI Base URL: https://sandbox-api.fireblocks.io/v1\nEnvironment: Sandbox\n\n\nError Details:\n❌ FAILED: Exception when calling BlockchainsAssetsApi#listBlockchains\nStatus code: 0\nResponse headers: null\nReason: null\n\njava.util.concurrent.ExecutionException: com.fireblocks.sdk.ApiException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property '**signingAlgo**' (index 2)\n at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 10273] (through reference chain: com.fireblocks.sdk.model.ListBlockchainsResponse[\"data\"]-\u003ejava.util.ArrayList[19]-\u003ecom.fireblocks.sdk.model.BlockchainResponse[\"onchain\"]-\u003ecom.fireblocks.sdk.model.BlockchainOnchain[\"signingAlgo\"])\n    at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)\n    at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)\n    at service.payment.gateway.fireblocks.clients.FireblocksListBlockchainsTest.main(FireblocksListBlockchainsTest.java:43)\nCaused by: com.fireblocks.sdk.ApiException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property 'signingAlgo' (index 2)\n at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 10273] (through reference chain: com.fireblocks.sdk.model.ListBlockchainsResponse[\"data\"]-\u003ejava.util.ArrayList[19]-\u003ecom.fireblocks.sdk.model.BlockchainResponse[\"onchain\"]-\u003ecom.fireblocks.sdk.model.BlockchainOnchain[\"signingAlgo\"])\n    at com.fireblocks.sdk.api.BlockchainsAssetsApi.lambda$listBlockchains$5(BlockchainsAssetsApi.java:479)\n    at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)\n    at java.base/java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483)\n    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)\n    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)\n    at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)\n    at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)\n    at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)\nCaused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property 'signingAlgo' (index 2)\n at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 10273] (through reference chain: com.fireblocks.sdk.model.ListBlockchainsResponse[\"data\"]-\u003ejava.util.ArrayList[19]-\u003ecom.fireblocks.sdk.model.BlockchainResponse[\"onchain\"]-\u003ecom.fireblocks.sdk.model.BlockchainOnchain[\"signingAlgo\"])\n    at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59)\n    at com.fasterxml.jackson.databind.DeserializationContext.reportInputMismatch(DeserializationContext.java:1781)\n    at com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer._findMissing(PropertyValueBuffer.java:192)\n    at com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer.getParameters(PropertyValueBuffer.java:158)\n    at com.fasterxml.jackson.databind.deser.ValueInstantiator.createFromObjectWith(ValueInstantiator.java:301)\n    at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:202)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:526)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1493)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:348)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:185)\n    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:545)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeWithErrorWrapping(BeanDeserializer.java:570)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:440)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1493)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:348)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:185)\n    at com.fasterxml.jackson.databind.deser.std.CollectionDeserializer._deserializeFromArray(CollectionDeserializer.java:359)\n    at com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:244)\n    at com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:28)\n    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:545)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeWithErrorWrapping(BeanDeserializer.java:570)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:440)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1493)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:348)\n    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:185)\n    at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:342)\n    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4899)\n    at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3846)\n    at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3829)\n    at com.fireblocks.sdk.api.BlockchainsAssetsApi.lambda$listBlockchains$5(BlockchainsAssetsApi.java:474)\n    ... 7 more\n\n\nProblem Description:\nThe error indicates that the blockchain object at index 19 in the response array is missing the required signingAlgo field in its onchain property. According to the SDK's model definition (BlockchainOnchain), this field is marked as required, but it's not present in the API response.\n\nI also tested your code documented here and I have the same issue.\nhttps://developers.fireblocks.com/reference/list-supported-assets\n\nPlease let me know if you have a solution or when you will fix it.\nBest,\nThibault\n","author":{"url":"https://github.com/thibogue","@type":"Person","name":"thibogue"},"datePublished":"2025-12-03T16:32:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/118/java-sdk/issues/118"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2a8918dd-48b3-6088-cfe4-67b04d4b6603
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDDA6:41B0D:4619999:603E7DE:698CCE7E
html-safe-nonce8f8347d29d1ee2fbfcc9119b74f080d417b6209f96665fbff902cd00447a6643
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEREE2OjQxQjBEOjQ2MTk5OTk6NjAzRTdERTo2OThDQ0U3RSIsInZpc2l0b3JfaWQiOiIxMzYzNzcxMDk3NDM0ODY5Mzc0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6768f89ff84654a7bb1933c4add0b221756b59133ff835d1da4ca05f57a385fe
hovercard-subject-tagissue:3690966982
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/fireblocks/java-sdk/118/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d096de442bf6fb38fbf79f4891ba9c20512559be5028421ec4ebc3c0072660d9/fireblocks/java-sdk/issues/118
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d096de442bf6fb38fbf79f4891ba9c20512559be5028421ec4ebc3c0072660d9/fireblocks/java-sdk/issues/118
og:image:altHello Fireblocks Support Team, We are experiencing a deserialization error when calling the listBlockchains API endpoint using the official Fireblocks Java SDK (version 12.1.3). The error occurs be...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamethibogue
hostnamegithub.com
expected-hostnamegithub.com
None640eeb7b6ff4d8d106235d228c0c286e82592d4d2403227b5b2b4fc5832297a4
turbo-cache-controlno-preview
go-importgithub.com/fireblocks/java-sdk git https://github.com/fireblocks/java-sdk.git
octolytics-dimension-user_id40918269
octolytics-dimension-user_loginfireblocks
octolytics-dimension-repository_id653280893
octolytics-dimension-repository_nwofireblocks/java-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id653280893
octolytics-dimension-repository_network_root_nwofireblocks/java-sdk
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3d444f0a47beeeac94cddbb51c91ab408befe8d4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/118#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffireblocks%2Fjava-sdk%2Fissues%2F118
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffireblocks%2Fjava-sdk%2Fissues%2F118
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=fireblocks%2Fjava-sdk
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/118
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/118
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/118
fireblocks https://patch-diff.githubusercontent.com/fireblocks
java-sdkhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Star 15 https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Code https://patch-diff.githubusercontent.com/fireblocks/java-sdk
Issues 11 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues
Pull requests 6 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulls
Actions https://patch-diff.githubusercontent.com/fireblocks/java-sdk/actions
Projects 0 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/projects
Security 0 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/security
Insights https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulse
Code https://patch-diff.githubusercontent.com/fireblocks/java-sdk
Issues https://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues
Pull requests https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulls
Actions https://patch-diff.githubusercontent.com/fireblocks/java-sdk/actions
Projects https://patch-diff.githubusercontent.com/fireblocks/java-sdk/projects
Security https://patch-diff.githubusercontent.com/fireblocks/java-sdk/security
Insights https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fireblocks/java-sdk/issues/118
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fireblocks/java-sdk/issues/118
API Data Quality Issue - Missing Required Field in listBlockchains Responsehttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/118#top
https://github.com/thibogue
https://github.com/thibogue
thiboguehttps://github.com/thibogue
on Dec 3, 2025https://github.com/fireblocks/java-sdk/issues/118#issue-3690966982
https://developers.fireblocks.com/reference/list-supported-assetshttps://developers.fireblocks.com/reference/list-supported-assets
https://sandbox-api.fireblocks.io/v1https://sandbox-api.fireblocks.io/v1
https://developers.fireblocks.com/reference/list-supported-assetshttps://developers.fireblocks.com/reference/list-supported-assets
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.