instruments
Returns currencies and instruments available
{}[
[
[
"USD", // Currency name
234525425, // Currency id
1000000, // Balance step
100000000, // USD valuation
'fiat', // Currency type,
['SWIFT'] // List of available networks, not present in feed 'I' snapshot
],
[
"BTC",
345465767,
1,
1000000000000,
'crypto',
['BTC', 'LN']
]
],
[
[
"BTC-USD", // Instrument name
35462742745, // Instrument id
"BTC", // Asset currency name
"USD" // Balance currency name
]
],
[ // Not present in feed 'I' snapshot
[
"ERC20", // Network name
"Ethereum" // Network description
3 // Network id
]
]
]Field name
Type
Description
Last updated