Skip to main content

Finex Websocket API for public requests

Get currencies list

[1, 2, "get_currencies", []]
[
2,
2,
"get_currencies",
[
[
"eth",
"0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
4,
18,
8
]
]
]

Currency response schema

FieldExample
Id"eth"
Address"0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae"
ChainID4
Decimals18
DisplayPrecision8

Get markets list

[1, 2, "get_markets", []]
[
2,
2,
"get_markets",
[
[
"ethusdt",
"spot",
"eth",
"usdt",
"enabled",
10,
4,
2,
1.00,
1000,
1
]
]
]

Currency response schema

FieldExample
Id"ethusdt"
Type"spot"
base_unit"eth"
quote_unit"usdt"
state"enabled"
position10
amount_precision4
price_precision2
min_price1.00
max_price10000
min_amount1