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

プラットフォームを立ち上げましょう。

はじめましょう。