Skip to main content

Liquidity Pool Withdraw Object

Withdraws asset reserves from a liquidity pool by redeeming pool shares.

See the Liquidity Pool Withdraw operation for parameters, errors, etc.

  • ATTRIBUTEDATA TYPE

    DESCRIPTION

  • liquidity_pool_idstring

    The liquidity pool associated with this withdrawal

  • reserves_minarray

    An array of objects corresponding to the minimum amount of each reserve that should've been withdrawn

    Show child attributes
    • assetstring

      The asset in canonical (Code:Issuer) form

    • amountstring

      A floating point value encoded as a string

  • sharesstring

    The number of shares that were redeemed for this withdrawal operation

  • reserves_receivedarray

    An array of objects representing how much of each reserve ended up actually withdrawn from the pool

    Show child attributes
    • assetstring

      The asset in canonical (Code:Issuer) form

    • amountstring

      A floating point value encoded as a string