Calico®
2.0.2
  • 2.0.2
  • v1
  • 2.0.0
  • 2.0.1
Platform APIEnterprise APIRelease Notes
About
About
  • getCalico.com
  • Privacy Policy
  • Terms of Use
Platform APIEnterprise APIRelease Notes
About
About
  • getCalico.com
  • Privacy Policy
  • Terms of Use
2.0.2
  • 2.0.2
  • v1
  • 2.0.0
  • 2.0.1
2.0.2
  • 2.0.2
  • v1
  • 2.0.0
  • 2.0.1
  1. Platform API
  • Getting Started
  • Calico Connect
  • Use Cases
  • Pagination
  • Versioning
  • Platform API
    • Try it out
    • Changelog
    • Authentication
      • Authorization Callback
    • Providers
      • Add providers
      • List connected providers
      • Remove providers
    • Assets
      • User assets
      • Refresh asset list
    • Transactions
      • Transactions
      • Refresh transactions
  • Release Notes
    • New Reporting Features - August 2026
    • Launch of Enterprise API - June 2026
    • Calico Connect 1.5 - March 2026
    • Platform API v2 - March 2026
  • Resources
    • Troubleshooting
    • Response codes
    • FAQs
  • Schemas
    • AddProvidersRequest
    • AddProvidersResponse
    • AddProvidersData
    • ListProvidersResponse
    • ListProvidersData
    • DeleteProvidersRequest
    • DeleteProvidersData
    • ProviderMetadataV2.1
    • ConnectedProvidersMetadataV2.1
    • GetAssetsResponse
    • RefreshResponse
    • ErrorItem
    • Transactions data
    • AssetPosition
    • CalicoErrorResponse
    • ProviderMetadata
    • DeleteProvidersResponse
    • GetAssetsData
    • GetTransactionsResponse
    • GetTransactionsData
    • TransactionCategorization
    • TransactionType
    • FeeItem
    • FeeObject
    • CurrencyValue
    • 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
    • ProviderId
    • GetConsentURLForThirdPartyResponse
    • ErrorEmpty
  1. Platform API

Providers

Add providers
POST/accounts/v2/providers
Add providers to an account by passing the provider_id and connection information in the body of the request. The body size of the request must not ex...
List connected providers
GET/accounts/v2/providers
List the providers connected to an account.
Remove providers
DELETE/accounts/v2/providers
Delete providers from an account by passing provider information in the body of the request. The body size of the request must not exceed 5MB.
Previous
Authorization Callback
Next
Add providers