Skip to main content
GET
/
partner
/
revenue
Read partner revenue ledger with deterministic pagination
curl --request GET \
  --url https://dev.cashweb.cash/api/v1/partner/revenue \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "data": [
      {
        "amount": "161500.00",
        "crypto_amount": "100.00",
        "crypto_currency": "usdt",
        "merchant_id": "mrc_001",
        "merchant_reference": "order-4551",
        "network": "trc20",
        "platform_fee": "100.00",
        "share": "50.00",
        "terminal_id": "term_01",
        "transaction_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
        "ts": "2026-02-12T12:05:00Z"
      }
    ],
    "has_more": false,
    "limit": 20,
    "next_cursor": null,
    "summary": {
      "from": "2026-02-01T00:00:00Z",
      "to": "2026-02-12T23:59:59Z",
      "total_partner_share": "50.00",
      "transaction_count": 1
    }
  },
  "success": true
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

from
string

Inclusive start time in RFC3339.

to
string

Inclusive end time in RFC3339.

token
string

Optional token filter.

network
string

Optional network filter.

include_summary
boolean

Include aggregate totals for the selected window.

cursor
string

Opaque cursor returned by the previous response.

limit
integer<int32>

Requested page size.

Required range: 1 <= x <= 100

Response

Revenue ledger retrieved

Standard API response wrapper for all successful responses

data
object
required

Cursor-based partner revenue response scoped to the authenticated partner.

success
boolean
required

Indicates if the request was successful

Example:

"true"

message
string | null

Optional message for additional information