API ドキュメント

get/payments/accounts-pending

getPendingPaymentAccounts()

戻り値の型

Promise<PaymentAccount[]>

関連契約

export interface PaymentAccount {
  accountId: string;
  accountName: string;
  currency: Currency;
  identifier: string;
  description: string;
  accountType: PaymentAccountType;
  status: PaymentAccountStatus;
  provider: PaymentProviderType;
  amount: Money;
  amountInBaseCurrency: Money;
  availableAmount: Money;
  availableAmountInBaseCurrency: Money;
  identifiers: string[];
}

HTTPマッピング

GET /payments/accounts-pending

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

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

はじめましょう。