---
title: "Get sender stats"
method: GET
path: "/sender/stats"
tags: ["Sender"]
---

# Get sender stats

`GET /sender/stats`

## Query parameters

- `direction` 'onramp' | 'offramp'

## Response `200`

Sender stats

- object
  - `status` string
  - `message` string
  - `data` object — The actual response data (e.g., ReceiveAddressResponse, etc.)
    - `totalOrders` integer
    - `totalOrderVolume` string
    - `totalFeeEarnings` string

## Other responses

- `400` — Bad request (e.g. invalid `direction`)
- `401` — Unauthorized

---

[API](https://skmtc.net/paycrest/apis/paycrest-aggregator-api.md) · [All operations](https://skmtc.net/paycrest/apis/paycrest-aggregator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paycrest/paycrest-aggregator-api/revisions/f20903971a91/schema)
