Calico®
v2
  • v2
  • v1
API Reference
getCalico.com
API Reference
getCalico.com
v2
  • v2
  • v1
v2
  • v2
  • v1
  1. Platform API
  • Getting Started
  • Calico Connect
  • Use Cases
  • Pagination
  • Versioning
  • Platform API
    • Changelog
    • Authentication
      • Authorization Callback
    • Providers
      • Add providers
      • List connected providers
      • Remove providers
    • Assets
      • User assets
      • Refresh asset list
    • Transactions
      • Transactions
      • Refresh transactions
  • Resources
    • Response codes
    • FAQs
  • Schemas
    • Schemas
      • CalicoErrorResponse
      • RefreshResponse
    • AddProvidersRequest
    • AddProvidersResponse
    • AddProvidersData
    • ListProvidersResponse
    • ListProvidersData
    • ProviderMetadata
    • DeleteProvidersRequest
    • DeleteProvidersResponse
    • DeleteProvidersData
    • ProviderMetadataV2.1
    • ConnectedProvidersMetadataV2.1
    • GetAssetsResponse
    • GetAssetsData
    • AssetPosition
    • GetTransactionsResponse
    • GetTransactionsData
    • TransactionCategorization
    • TransactionType
    • FeeItem
    • FeeObject
    • CurrencyValue
    • Transactions data
    • Input only transactions
    • Send transaction data
    • Receive transaction data
    • Output only transaction data
    • Transactions with input and output
    • Uncategorized transaction data
    • CryptoSourceCredentialAuthType
    • RefreshResponseData
    • IntegrationResponse
    • IntegrationData
    • AuthMetaData
    • PageData
    • APIConnection
    • WalletConnection
    • OAuth2Connection
    • ErrorItem
    • ProviderId
    • GetConsentURLForThirdPartyResponse
API Reference
getCalico.com
API Reference
getCalico.com
v2
  • v2
  • v1
v2
  • v2
  • v1
  1. Platform API

Changelog

Q1 2026#

Platform 2.0#

VERSION 06-MAR-2026
Platform API v2 released with several improvements. These updates include breaking changes.
1.
New version: The latest version is now accepted and is set in the URL.
Action Required: Update the version in the path of each request.
https://api.getcalico.com/platform/v2
2.
Updated naming conventions: We've normalized all request responses to use snake case.
Action Required: Update your code to change JSON keys from camel case to snake case.
Example:
Change walletAddress to wallet_address
3.
New data model: We've updated our response model in all Platform API JSON responses.
Action Required: Update your code to handle results for all endpoints to use the new data model.
{
    "page": {},
    "data": {
        "transactions": []
    },
    "errors": [
        {}
    ]
}
4.
New pagination fields and object: We've added pagination. See the Pagination guide.
"page": {
        "next_uri": ""
    }

Q4 2025#

Platform 1.0#

NEW 28-OCT-2025
Calico Platform API launched!
Previous
Platform API
Next
Authentication