TDV Adapter for PayPal

Build 22.0.8462

CryptoBalances

List all crypto balances.

Table Specific Information

Select

This view returns a list of disputes for the authenticated user.

The following filters are supported by the PayPal API:

  • AsOfTime

The filters only support the = operator.

The adapter processes other filters client side within the adapter.

For example, the following queries are processed server side.

  • The following query returns details for Balance records created before the specified date time:
    SELECT * FROM CryptoBalances WHERE AsOfTime = '2022-01-09 20:59:59.0'

Columns

Name Type References Description
AssetSymbol [KEY] String The Cryptocurrency ticker symbol / code as assigned by liquidity providers.
AccountId String The PayPal payer ID, which is a masked version of the PayPal account number intended for use with third parties.
Quantity Decimal Quantity of a cryptocurrency asset.
AsOfTime Datetime The requested date and time or the last date and time when the balances can be served.
LastRefreshTime Datetime The date and time when the balances were last refreshed.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462