Skip to content

Commit

Permalink
update for amm liquidity in ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
avral committed Apr 15, 2024
1 parent 8577182 commit a988053
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ curl "https://alcor.exchange/api/v2/tickers/tlm-alien.worlds_wax-eosio.token"
"target_volume": 314152.7801
"frozen": false,
"fee": 20,
"base_amm_liquidity": 3710.6035,
"target_amm_liquidity": 649.92427661
}
```

Expand Down Expand Up @@ -352,7 +354,8 @@ base_volume | number | 24H Volume of base currency
target_volume | number | 24H Volume of target currency
frozen | boolean | Trading are frozen
fee | number | Market fees represented as % of 1000 (fee / 1000)

base_amm_liquidity | number | Total base token liqiudity available on AMM contract
target_amm_liquidity | number | Total target token liqiudity available on AMM contract


## Tickers
Expand Down Expand Up @@ -383,6 +386,8 @@ curl "https://alcor.exchange/api/v2/tickers"
"global_ticker_id": "TLM_WAX",
"target_cmc_ucid": 2300,
"base_cmc_ucid": 9119
"base_amm_liquidity": 3710.6035,
"target_amm_liquidity": 649.92427661
}
]
```
Expand Down Expand Up @@ -423,6 +428,8 @@ fee | number | Market fees represented as 0.01%
global_ticker_id | string | The ticker ID according to the standard of centralized exchanges (null for unpopular tokens)
target_cmc_ucid | number | target Unified Cryptoasset ID if exist or null
base_cmc_ucid | numer | base Unified Cryptoasset ID if exist or null
base_amm_liquidity | number | Total base token liqiudity available on AMM contract
target_amm_liquidity | number | Total target token liqiudity available on AMM contract


## Orderbook
Expand Down

0 comments on commit a988053

Please sign in to comment.