1. Orders
Minted Connect
Walletable E-Commerce
  • Partner
  • E-Commerce API
  • Embedded Webview
  • Walletable E-Commerce
  • Customers
    • Create Customer
      POST
    • Update Customer
      PATCH
    • Remove Customer Id
      DELETE
    • Get Customer
      GET
    • Delete Customer
      DELETE
  • Products
    • Get Products
      GET
  • Complete
    • Complete Buy
      POST
    • Complete Sell
      POST
    • Complete Delivery
      POST
  • Orders
    • Get Orders
      GET
    • Get Order Invoice
      GET
    • Receipt
      GET
    • Balance / Wallet
      GET
  • Baskets
    • Get Active Basket
      GET
    • Get Basket
      GET
    • Delete Basket Item
      DELETE
    • Create Basket / Add Basket Item
      POST
    • Clear Basket
      DELETE
    • Update Basket Item
      PATCH
  • Currency Rates
    GET
  • Rate History
    GET
  1. Orders

Get Orders

Testing
Testing Env
https://api.staging.mintedconnect.com
Testing Env
https://api.staging.mintedconnect.com
GET
https://api.staging.mintedconnect.com
/partner/walletable/orders
Last modified:2026-08-05 10:36:46
Maintainer:Not configured

Request

Authorization
Provide your encrypted digest scheme data in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'https://api.staging.mintedconnect.com/partner/walletable/orders?page=1&total=10&sortBy=created_at&sortType=desc&status=2%2C5&startDate=undefined&endDate=undefined&tx_type=buy%2Csell%2Cdelivery&customer_external_id=&orderId=' \
--header 'api-version: 2' \
--header 'api-version: 3' \
--header 'x-client-id: web' \
--header 'x-client-id: web' \
--header 'Accept-Language: tr' \
--header 'Authorization: Digest <parameters>'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 13022,
                "guid": "11FED3EA-F0EE-4AAA-B959-3D061C111E8B",
                "order_creation_status": "order",
                "external_id": "11FED3EA-F0EE-4AAA-B959-3D061C111E8B",
                "increment_id": "04222601302",
                "token": "Mad1fauJVJrDYTa7jhvHxL0VLoYGRSr2",
                "price_token": "zPaptukttupePeIoQF4B8mUslFn40tml",
                "type": "buy",
                "price": 8048.09,
                "tax": 0,
                "total": 8048.09,
                "payment_cost": 0,
                "paid_total": 8390.33,
                "delivery_cost": 0,
                "insurance_price": 0,
                "conversion_price": 0,
                "market_commission": 0,
                "minted_markup_price": 0,
                "silver_craftsmanship": 0,
                "charge_fee": 140.84,
                "charge_fee_rate": 1.75,
                "minting_fee": 160.96,
                "storage_fee": 24.14,
                "storage_fee_rate": 0.3,
                "charges_vat": 16.3,
                "vat_rate": 5,
                "currency_code": "AED",
                "status_id": 5,
                "status_name": "Completed",
                "customer": {
                    "external_id": "95a8c9b1-f03d-41d3-851c-d6aaaf3c743d",
                    "firstname": "Douglas",
                    "middlename": "",
                    "lastname": "Trantow",
                    "fullname": "Douglas Trantow",
                    "email": "[email protected]",
                    "phone": "+905322808032",
                    "gender": "M",
                    "identity_number": "12345677938",
                    "tax_office": null,
                    "birthdate": "1970-01-31",
                    "account_type": "person"
                },
                "shippingaddress": null,
                "billingaddress": null,
                "payment": null,
                "delivery": null,
                "order_at": "2026-08-18T11:38:32+03:00",
                "items": [
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "Dirham Gold",
                        "product_id": 3000099,
                        "sku": "MNTBAE0001",
                        "product_name": "Minted 1 g 999.9 Gold Bar",
                        "product_weight": 1,
                        "price": 513.03,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 513.03,
                        "product_serials": [
                            {
                                "serial_number": "RUYA-DEMO-137",
                                "assigned_at": "2026-08-18T11:39:31+00:00"
                            }
                        ],
                        "product_images": [
                            "https://minted-tr.mncdn.com/products/10/Z1P5eT1ggOvmgyS5bwFeW1qZwS41zj5FOL3gu4Fv.png",
                            "https://minted-tr.mncdn.com/products/10/JxMzuWaZkljzWoVXzfKZPWYY2FeAU1TQY1sAtMnv.png",
                            "https://minted-tr.mncdn.com/products/10/qzyXgt51f7ndySM5QpMQqyDN6QBZXqAomsyshp5r.png",
                            "https://minted-tr.mncdn.com/products/10/sKZiiWqLA9PdejL5mG2sMWOyPJl7FWD95ILsYtx4.png"
                        ],
                        "prices": [
                            {
                                "id": 7,
                                "name": "Minting Fee",
                                "price": 10.26
                            },
                            {
                                "id": 2,
                                "name": "insurance",
                                "price": 0
                            }
                        ]
                    },
                    {
                        "item_currency_id": 1000013,
                        "item_currency_name": "Dirham Gold",
                        "product_id": 3000099,
                        "sku": "MNTBAE0001",
                        "product_name": "Minted 1 g 999.9 Gold Bar",
                        "product_weight": 1,
                        "price": 513.03,
                        "tax_rate": 0,
                        "tax": 0,
                        "amount": 1,
                        "total": 513.03,
                        "product_serials": [
                            {
                                "serial_number": "RUYA-DEMO-160",
                                "assigned_at": "2026-08-18T11:39:32+00:00"
                            }
                        ],
                        "product_images": [
                            "https://minted-tr.mncdn.com/products/10/Z1P5eT1ggOvmgyS5bwFeW1qZwS41zj5FOL3gu4Fv.png",
                            "https://minted-tr.mncdn.com/products/1
Modified at 2026-08-05 10:36:46
Previous
Complete Delivery
Next
Get Order Invoice
Built with