Instruction Management APIs
1. Create Instruction
Creates a new instruction to move funds on the ledger.
Response to /api/v1/instruction/
An instruction that is submitted to the ledger by an agent for the purpose of recording postings.
default response to /api/v1/instruction/
2. Retrieve Instruction
Retrieves the data for a previously executed instruction.
Response to /api/v1/instruction/{id}
Information about an instruction and the activities it contains.
default response to /api/v1/instruction/{id}
3. List Instructions
Queries previously executed instructions.
Response to /api/v1/instruction/
No content
default response to /api/v1/instruction/
No content
4. Delete Instruction
Deletes an instruction from the ledger.
Response to /api/v1/instruction/{id}
An instruction that is submitted to the ledger by an agent for the purpose of recording postings.
default response to /api/v1/instruction/{id}
Example Use Cases
Last updated

