v1
latestOpenAPI 3.0.02026-07-267331140.7 KBPhysical Card Order
List Physical Card Orders
Retrieves all physical card orders for the authenticated user
get/api/v1/order/
Response
The card orders for the user
Example response
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"transactionHash": "0x123abc...",
"embossedName": "John Doe",
"couponCode": "DISCOUNT2023",
"totalAmountEUR": 20.99,
"totalDiscountEUR": 1.99,
"createdAt": "2023-01-09T13:45:30Z"
}
]