Assets
What fiat and crypto assets are supported?
A financial asset within the Cybrid platform can be both Crypto and Fiat.
For the most current and complete list of available assets, please refer to the API reference for the GET /api/assets endpoint. The base units of each asset are available in the API response as the
decimals
attribute.
Crypto
US Banks
Crypto
- BTC
Stablecoins
- USDC (Ethereum Network)
- USDC-NPL (Polygon Network)
- USDC-SOL (Solana network)
- USDC-STE (Stellar Network)
- USDT(Torn Network)
CA Banks
Crypto
- BTC
- ETH
- LTC
- BCH
Stablecoins
- USDC (Ethereum Network)
The GET /api/symbols endpoint returns the list of trading pairs for each asset above.
Note that if you want to enable or disable any of these currencies for your bank, you can do so via Partner Portal:
- Navigate to "Banks" on the left side panel and click on your bank GUID.
- Navigate to the "Configuration" tab and click on "Edit".
- Scroll through the "Trading Symbols" list and select/unselect the desired currency (e.g.
USDT_TRX-USD
forUSDT
). - In the end, click on "Update".
Updated 10 days ago