Calico™
Enterprise API
Platform API
Resources
Resources
  • Calico Connect
  • Troubleshooting
  • Response Codes
  • FAQs
Release Notes
About
About
  • getcalico.com
  • Privacy Policy
  • Terms of Use
Enterprise API
Platform API
Resources
Resources
  • Calico Connect
  • Troubleshooting
  • Response Codes
  • FAQs
Release Notes
About
About
  • getcalico.com
  • Privacy Policy
  • Terms of Use
    • Overview
    • Pagination
    • Enterprise API
      • Authentication
      • User details
        • User assets
        • User account
        • User transactions
        • Deactivate account
      • All users
        • Accounts list
        • Transactions list
        • Users list
        • Search users
      • Stats
        • Number of enterprise users
        • Number of accounts by provider
        • Balance of all accounts
        • Top traded assets
      • Enterprise providers
        GET
      • Calico providers
        GET
    • Schemas
      • User
      • TransactionsDiscriminator
      • GetAccountsListResponse
      • GetTransactionsListResponse
      • GetUsersListResponse
      • Consent model
      • ProviderMetadata
      • GetTransactionsResponse
      • OpenAPIGetAssetsResponse
      • ListProvidersResponse
      • OpenAPIDeleteCryptoSourceRequest
      • GetAssetsResponse
      • PageData
      • GetTransactionsData
      • ListProvidersData
      • GetAssetsData
      • TransactionCategorization
      • CalicoErrorResponse
      • Input only transactions
      • AssetPosition
      • OpenAPIAssetPosition
      • ErrorItem
      • Send transaction data
      • Output only transaction data
      • FeeItem
      • CryptoSourceId
      • Receive transaction data
      • FeeObject
      • ProviderId
      • Transactions with input and output
      • CurrencyValue
      • Uncategorized transaction data
      • Transactions data
      • Transactions data
      • Input only transactions
      • TransactionType
      • Send transaction data
      • OpenAPITransactionCategorization
      • Receive transaction data
      • OpenAPIFeeObject
      • Output only transaction data
      • OpenAPIFeeItem
      • Transactions with input and output
      • Uncategorized transaction data
      • OpenAPICurrencyValue

    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=="
    }
    Built with