v1

latestOpenAPI 3.0.02026-07-24231140.6 KB
Misc

Lists your commissions as an affiliate. (FOR AFFILIATES ONLY)

get/commissions

Query parameters

startinteger

Start index. (Default: 0)

limitinteger

Maximum amount of returned records (Maximum/Default: 50)

Response

Success

Example response

{
  "meta": {
    "limit": 1,
    "_endpoint": "/commissions"
  },
  "data": [
    {
      "id": "abc-123",
      "amount_satoshi": 210,
      "amount_eur": 0.9,
      "amount_usd": 1,
      "currency": "XBT",
      "balance": 102456,
      "order": {
        "product": {
          "id": "google-play",
          "name": "Google Play",
          "title": "Google Play 20USD",
          "value": 20,
          "currency": "USD"
        },
        "price": 210000,
        "currency": "XBT"
      },
      "date": "2021-01-01T12:00:00.000Z"
    }
  ]
}