get_total_supply
This on-chain view returns total amount of LP tokens in a specific liquidity pool (pair). Also can return a list of responses for a list of requests.
Call parameters
Field
Type
Description
total_supply_req_t
token_id_t (nat)
Pair ID for which you need to get LP tokens total supply
Return type
total_supply_res_t
Field
Type
Description
request
total_supply_req_t (nat)
Pair ID for which you need to get LP tokens total supply
total_supply
nat
Amount of LP tokens in a liquidity pool (pair)
Usage
Errors
108
- pair (pool) with the specifiedtoken_id
not listed.
Last updated