Skip to main content

Get pool balances

GET /api/v1/liquidity/:chainId

Use this API to check balances of Meson liquidity pools.

Path Parameters
  • chainId string required

    The id for a network/chain Meson supports. See supported chains.

    Examples:

    Example: eth

Responses

Successful operation

Schema
  • result object[]
  • Array [
  • id string
  • addr string
  • poolBalance string
  • ]
Loading...