Skip to content

@swapped/connect-sdk / core / ExchangePaySupportedCurrency

Type Alias: ExchangePaySupportedCurrency

ExchangePaySupportedCurrency = object

Defined in: src/types/exchange-pay.types.ts:13

Properties

address

address: string | null

Defined in: src/types/exchange-pay.types.ts:17


blockchain

blockchain: Network

Defined in: src/types/exchange-pay.types.ts:15


blockchainImage

blockchainImage: string

Defined in: src/types/exchange-pay.types.ts:20


decimals

decimals: number

Defined in: src/types/exchange-pay.types.ts:18


exchangeRateFiat?

optional exchangeRateFiat?: number

Defined in: src/types/exchange-pay.types.ts:27

May be omitted by some providers (e.g. OKX Pay). Currently USD.


image

image: string

Defined in: src/types/exchange-pay.types.ts:19


minAmountCrypto

minAmountCrypto: number

Defined in: src/types/exchange-pay.types.ts:25


minAmountFiat

minAmountFiat: number

Defined in: src/types/exchange-pay.types.ts:24

SDK-resolved minimum deposit amount in fiat (currently USD; ceiled to cents, floored at the client default).


name

name: string

Defined in: src/types/exchange-pay.types.ts:16


symbol

symbol: TokenSymbol

Defined in: src/types/exchange-pay.types.ts:14