Fiat
USD
, EUR
, and GBP
.Crypto
BTC
, ETH
, and USDT
.code
and a set of features. These features determine the type of transactions that can be performed with the asset:
buy
: The ability to purchase the asset, that is, when it’s specified as the destination
in a transaction (e.g., asset associated with the destination node) and the origin
node has a different asset.transfer
: The ability to transfer the asset, that is, when the origin
and destination
node assets are the same.sell
: The ability to sell the asset, that is, when it’s specified as the origin
node in a transaction (e.g., asset associated to the account) and the destination node asset is different.deposit
: The ability to perform a deposit of the asset when specified as origin node of a transaction (e.g., through an external account).withdraw
: The ability to perform a withdrawal of the asset when specified as origin node of a transaction (e.g., through an external account).financial-promotions
: The rule applies during the first 24 hours after a user’s account is created, and affects the buy
and deposit
features.type
. For example, the network above has two more properties named exampleAddress
and explorer
, which are available for networks of type crypto
.Crypto
crypto
are blockchains that use cryptography to secure transactions.Examples of such networks are bitcoin
, ethereum
, and xrp-ledger
.Card
card
are used for credit and debit card transactions.There is a single network under this type, which is card
.Bank
bank
refer to networks that facilitate direct bank transactions.Examples of such networks are sepa
and fps
.type
. For example, the rail above has one more property named contractAddress
, which is available for rails of type crypto
.decimals
property on the rail is different than the decimals
defined in the asset. If you are initiating a deposit or a withdrawal transaction, use the decimals
of the corresponding rail to truncate or round the decimal places in the user interface.
Crypto
crypto
are used for transferring crypto assets through blockchains.Card
card
are used for credit and debit card transactions.Bank
bank
are used for direct bank transactions.deposit
feature.deposit
feature.transfer
feature if the origin and destination assets are the same.buy
feature if converting between assets.withdraw
feature.transfer
feature if the origin and destination assets are the same.sell
feature if converting between assets.withdraw
feature.