# Orders Use Orders endpoints to review and track purchases made via the API. ## List Orders - [GET /core/v1/orders](https://docs.name.com/api-spec-cdn/namecom.api/orders/listorders.md): Retrieves a list of all orders placed in the account. ## Get Order - [GET /core/v1/orders/{orderId}](https://docs.name.com/api-spec-cdn/namecom.api/orders/getorder.md): Fetches full details about a specific order using its ID. This includes domains, prices, and timestamps. Useful for confirming transactions, receipts, or generating invoices.