Currencies
GET
https://api.onetrading.com/fast/v1/currencies
public
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/currencies'
Response Response Example
[
{
"code": "BTC",
"precision": 8,
"unified_cryptoasset_id": 1,
"name": "Bitcoin",
"collateral_percentage": 0
},
{
"code": "ETH",
"precision": 8,
"unified_cryptoasset_id": 1027,
"name": "Ethereum",
"collateral_percentage": 0
},
{
"code": "EUR",
"precision": 2,
"unified_cryptoasset_id": 0,
"name": "Euro",
"collateral_percentage": 100
}
]
Request
None