Real Time Liquidity Structure API REST Endpoints
RTL Services/Real Time Liquidity Structure API
This service is used for real time liquidity structure details.
- Adds a new real time liquidity structure
- Method: postPath:
/structure - Authorize the real time liquidity structure by given ID
- Method: patchPath:
/structure/{id}/approve - Close the real time liquidity structure by given ID
- Method: patchPath:
/structure/{id}/close - Deletes the real time liquidity structure identified by given ID
- Method: deletePath:
/structure/{id} - Get all valid real time liquidity structure
- Method: getPath:
/structure - Reopen the real time liquidity structure by given ID
- Method: patchPath:
/structure/{id}/reopen - Retrieves the real time liquidity structure by ID
- Method: getPath:
/structure/key - Retrieves the real time liquidity structure by ID
- Method: getPath:
/structure/{id} - Retrieves the real time liquidity structure by ID
- Method: postPath:
/structure/{id} - Retrives the real time liquidity structure by given ID
- Method: getPath:
/structure/{id}/history - Retrives the real time liquidity structure by given ID
- Method: getPath:
/structure/{id}/unauthorized - Update an existing real time liquidity structure
- Method: putPath:
/structure/{id}