Skip to main content

Retrieve a Liquidity Pool

The single liquidity pool endpoint provides information on a liquidity pool.

Path Parameters
  • liquidity_pool_id required

    A unique identifier for this liquidity pool.

Responses

Success


Schema
  • _links object
  • self object
  • href link
  • templated boolean
  • transactions object
  • href link
  • templated boolean
  • operations object
  • href link
  • templated boolean
  • id string
  • paging_token string
  • fee_bp uint32
  • type string
  • total_trustlines string
  • total_shares string
  • reserves object
  • asset string
  • amount string
  • last_modified_ledger string
  • last_modified_time string
Loading...