Instruction Management APIs
1. Create Instruction
post
Creates a new instruction to move funds on the ledger.
Body
Responses
200
Response to /api/v1/instruction/
application/json
default
default response to /api/v1/instruction/
application/json
post
/api/v1/instruction/2. Retrieve Instruction
get
Retrieves the data for a previously executed instruction.
Path parameters
idstringRequired
Query parameters
datastringRequired
Responses
200
Response to /api/v1/instruction/{id}
application/json
default
default response to /api/v1/instruction/{id}
application/json
get
/api/v1/instruction/{id}3. List Instructions
get
Queries previously executed instructions.
Query parameters
filterstringRequired
page[size]stringOptional
page[number]stringOptional
sortstringOptional
Responses
200
Response to /api/v1/instruction/
No content
default
default response to /api/v1/instruction/
application/json
get
/api/v1/instruction/No content
4. Delete Instruction
delete
Deletes an instruction from the ledger.
Path parameters
idstringRequired
Responses
200
Response to /api/v1/instruction/{id}
application/json
default
default response to /api/v1/instruction/{id}
application/json
delete
/api/v1/instruction/{id}Example Use Cases
Last updated

