API 文档

get/cards/{param}/transactions

getCardTransactions()

参数

cardId

string

必需的

fromRecord

number

必需的

recordCount

number

必需的

fromDate

Date

选修的

toDate

Date

选修的

返回类型

Promise<CardTransaction[]>

相关合同

export interface CardTransaction {
  id: string;
  cardId: string;
  group: CardTransactionGroup;
  transactionAmount: number;
  transactionCurrency: string;
  accountAmount: number;
  accountCurrency: string;
  date: string;
  isFailed: boolean;
  merchantCategoryCode: string;
  merchantName: string;
  merchantCity: string;
  merchantCountry: string;
  merchantPostalCode: string;
}

HTTP 映射

GET /cards/{param}/transactions

Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

启动您的平台。

开始使用。