Wirecash API

Retrieve an order

See all details of your created order.


GET | https://api.wirecash.com/v1/orders/{id}

.get("https://api.wirecash.com/v1/orders/{id}")

Metadata

String | id

To retrieve an order, the order id must be given.

Previous
Create an order