Handling Orders
Creating Orders
Create Order
POST
https://api.cryptum.io/plugins/orders/checkout
This endpoint is used to create new orders
Request Body
Updating Orders
Update Orders
PUT
https://api.cryptum.io/plugins/checkout/{orderId}
This endpoint is used to update existing orders.
Path Parameters
Request Body
Get Order
Get Order
GET
https://api.cryptum.io/plugins/orders/{orderId}
Use this endpoint to fetch information of an individual order.
Path Parameters
Get Orders
Get Multiple Orders
GET
https://api.cryptum.io/plugins/orders/
Query Parameters
Last updated