Skip to main content

Interfaces

Crypto

Defined in: _vendor/api/types/DepositDestination.ts:11 A cryptocurrency deposit destination.

Extends

Properties

accountId
accountId: string;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:10
Inherited from
CryptoDepositDestination.accountId
createdAt
createdAt: string;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:17 The timestamp when the deposit destination was created.
Inherited from
CryptoDepositDestination.createdAt
crypto
crypto: DepositDestinationCrypto;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:12 Crypto-specific details for this deposit destination. Always populated in responses. Contains the network and address.
Inherited from
CryptoDepositDestination.crypto
depositDestinationId
depositDestinationId: string;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:9
Inherited from
CryptoDepositDestination.depositDestinationId
metadata?
optional metadata: Metadata;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:15
Inherited from
CryptoDepositDestination.metadata
status
status: DepositDestinationStatus;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:14
Inherited from
CryptoDepositDestination.status
target?
optional target: DepositDestinationTargetAccount;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:13
Inherited from
CryptoDepositDestination.target
type
type: "crypto";
Defined in: _vendor/api/types/DepositDestination.ts:12
updatedAt
updatedAt: string;
Defined in: _vendor/api/types/CryptoDepositDestination.ts:19 The timestamp when the deposit destination was last updated.
Inherited from
CryptoDepositDestination.updatedAt