Changelog
All notable changes to the Kryptos Connect API.
May 2026
Enhancements
GET /v1/userinfo— theprofilescope response now includestransaction_limit(number | null). Reflects the effective limit applied to the user: per-user override if set, otherwise the workspace default, otherwise the platform default (100,000).nullmeans the limiter is disabled and no cap applies.GET /v1/integrations— each integration now includes a newlastSyncLogDetailsfield alongsidelastSyncLog. WherelastSyncLogis the flat{ stage: status }map (unchanged),lastSyncLogDetailscarries{ status, message?, limitExceeded? }per stage so clients can show stage-specific failure reasons (e.g. which sync step hit the transaction-import limit) without parsing the wallet-levelmessage. The existinglastSyncLog,message, andlimitExceededfields are unchanged.
April 2026
New
POST /v1/integrations/{integrationId}/resync— trigger a resync on a user's connected wallet, exchange, or CSV integration. Supportslatest(incremental refresh) andfrom_start(full re-ingestion) modes.- Developer Portal — optional per-client transaction limits for Guest users.
- Kryptos Connect SDKs — published documentation for Web SDK, Mobile SDK, and the Connect Overview.
- Web SDK —
authMethodsprop to restrict the auth options shown in the widget; email login and anonymous authentication.
Enhancements
GET /v1/holdings— each holding now includes a per-assetroifield (unrealizedPnL / costbasis * 100). Thesummary.roiPercentagefield is unchanged.GET /v1/transactions,GET /v1/nft-holdings,GET /v1/defi-holdings— thepaginationobject now includestotalCount,returned_count,hasNextPage, andhasPreviousPage. Existinglimitandoffsetfields are unchanged.GET /v1/holdings,GET /v1/transactions,GET /v1/nft-holdings— spam assets are now excluded by default. Pass?isSpam=trueto include them.- Web SDK — added
languageprop for UI localization.
Fixes
GET /v1/transactions— very small or very large amounts in thedescriptionstring (e.g."Received 1e-9 SOL from airdrops") are now rendered in fixed-decimal notation (e.g."Received 0.000000001 SOL from airdrops").
Removed
- Web SDK —
baseUrlprop is no longer applicable and has been removed from the documentation.
February 2026
New
- Webhooks — added a Webhooks category to the docs covering setup and the supported event types.
- Recipes — new "Recipes" category with a guide for posting transactions using API-key authentication.
- Public Endpoints — added a Public Endpoints category with integrations documentation.
- Kryptos Connect — sandbox mode section covering supported chains, test addresses, and error codes; user-flow variations and direct-integration examples.
Enhancements
GET /v1/transactions— addedtotalCostbasisandtotalGainsfields to transaction responses and type definitions.
Breaking
- Kryptos Connect callbacks renamed:
onSuccess→onConnectSuccess,onError→onConnectError.
v1.0.0 — January 2026
Initial Release
- OAuth 2.0 authentication with PKCE
- Developer Portal for client management
- V1 API endpoints (Holdings, Transactions, DeFi, NFT, Integrations, Profiling)
- Granular permission scopes
- API documentation
Upcoming
- Kryptos Connect Widget