Calico®
v2
  • v2
  • v1
API Reference
getCalico.com
API Reference
getCalico.com
v2
  • v2
  • v1
v2
  • v2
  • v1
    • 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

    PageData

    Calico Platform API uses cursor-based pagination. An identifier string marks the starting point for each set (or page) of data.
    To use pagination, you should include the limit, the maximum number of items to return in each page of results. If limit is not requested, the default size is 30.
    If next is empty, there is no further data.

    {
        "next_uri": "/transactions?start_time=2025-11-22T23%3A45%3A50Z&end_time=2026-01-25T22%3A47%3A34Z&limit=30&cursor=DLVsbG8sIFdvcmxkIQ=="
    }