You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3808 we implemented ingestion of liquidity pool operations. Now, we want to make sure the new operations we introduced are included in the horizon operations response.
We also want to add two new REST endpoints to the horizon API for fetching operations and transactions which are relevant for a given liquidity pool:
GET /liquidity_pools/<liquidity-pool-id>/operations
GET /liquidity_pools/<liquidity-pool-id>/transactions
In #3808 we implemented ingestion of liquidity pool operations. Now, we want to make sure the new operations we introduced are included in the horizon operations response.
We also want to add two new REST endpoints to the horizon API for fetching operations and transactions which are relevant for a given liquidity pool:
GET /liquidity_pools/<liquidity-pool-id>/operations
GET /liquidity_pools/<liquidity-pool-id>/transactions
More details about this feature can be found in https://docs.google.com/document/d/1pXL8kr1a2vfYSap9T67R-g72B_WWbaE1YsLMa04OgoU/edit#
The text was updated successfully, but these errors were encountered: