List Merchant IDs

List Merchant IDs

GET https://api.sandbox.coindirect.com/api/v1/merchant

This endpoint allows you to list all of your Merchant IDs.

Query Parameters

NameTypeDescription

offset

string

This is where to start fetching the records

max

string

This limits the number of records returned per page. The default is 10 records

Headers

NameTypeDescription

Authorization

string

HAWK Token. See Authentication page

[
  {
    "autoConvertInvalidPayments": true,
    "defaultExpiryMinutes": 20,
    "displayName": "My MID Name",
    "emailRecipients": null,
    "id": 103,
    "merchantId": "0a12a214-1619-43fa-9be1-0029f6a440a0",
    "secret": "ZDc3OG4YWUtZmVmYi00ZTQ4ThjZjktZmQ1NTRmYjYzZjcwMDc2MzMWItYzYzZS00ODFhLWExZjEtMTYxMTYxZDk2ZWJm",
    "wallet": {
      "address": null,
      "alternatives": [],
      "available": 2132.75,
      "balance": 2132.75,
      "currency": {
        "code": "EUR",
        "depositFee": 0,
        "fiat": true,
        "icon": null,
        "id": 1773,
        "name": "Euro",
        "options": {},
        "pricePrecision": 2,
        "protocols": [],
        "quantityPrecision": 2,
        "supportsDeposits": true,
        "supportsWithdrawals": true,
        "withdrawalFee": 0.400000000000000000,
        "withdrawalParameters": []
      },
      "depositFee": 0,
      "description": "Euro",
      "id": 255861,
      "lookup": null,
      "protocol": null,
      "supportsDeposits": true,
      "supportsWithdrawals": true,
      "withdrawalFee": 0.400000000000000000
    },
    "webhookUrl": "https://webhook.site/021d87d7-c162-41f8-8c5b-2c9c0d5ff4a3",
    "webhookVersion": 0
  }
]

Last updated