BUSINESS CASES
Where this module fits
- pool monitoring
- liquidity allocation planning
- flow and performance reconciliation
v2OPERATE · MODULE 11
Inspect liquidity pools, strategies, positions, and movement evidence used to manage venue liquidity.
BUSINESS CASES
PRIMARY CONSUMERS
PREREQUISITES
RECOMMENDED WORKFLOW
discover pools and constraints
inspect position and risk projections
track approved flows and resulting evidence
MODULE CONTRACTS
Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.
/api/v2/wallet/transferPlanned capability: apply the requested transition to transfer liquidity between wallets through the authoritative custody service boundary.›GETGet mtf liquidity pool events/api/v2/exchange/eventsPlanned capability: return the lifecycle history for mtf liquidity pool events through the authoritative market and trading service boundary.›GETList pools/api/v2/strategy-poolsPlanned capability: list strategy pools visible to the caller.›POSTCreate pool/api/v2/strategy-poolsPlanned capability: create a governed strategy pool definition.›GETGet pool/api/v2/strategy-pools/{pool_uuid}Planned capability: return pool policy, composition, performance, and evidence.›PATCHUpdate pool/api/v2/strategy-pools/{pool_uuid}Planned capability: update an eligible pool through its governance policy.›POSTCreate allocation/api/v2/strategy-pools/{pool_uuid}/allocationsPlanned capability: allocate an eligible funding position to a strategy pool.›GETList positions/api/v2/strategy-pools/{pool_uuid}/positionsPlanned capability: list current and historical positions for a strategy pool.›POSTCreate redemption/api/v2/strategy-pools/{pool_uuid}/redemptionsPlanned capability: request redemption of an eligible strategy allocation.›GETGet liquidity pools/api/v2/explorer/liquidity_poolsList liquidity pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETGet liquidity pool events/api/v2/explorer/liquidity_pools/eventsReturn the ordered public record for liquidity pool events from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETList liquidity pools/api/v2/explorer/liquidity-poolsList liquidity pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETList liquidity pools events/api/v2/explorer/liquidity-pools/eventsReturn the ordered public record for liquidity pools events from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETList markets/api/v2/explorer/markets/{liquidity_pool_uuid}Return markets from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETList strategy pools/api/v2/explorer/strategy-poolsList strategy pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›GETGet strategy pool/api/v2/explorer/strategy-pools/{pool_reference}Return strategy pool from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.›