List transfers
Retrieve transfers sent by the authenticated Cobru user.
This endpoint is documented from legacy Cobru materials, but filters and pagination still need fresh verification from a live Cobru environment.
Endpoint
GET /send/
Response fields seen in legacy materials
| Field | Type | Notes |
|---|---|---|
from_user | string | Sender identifier. |
to_user | string | Recipient identifier. |
amount | number | Transfer amount. |
date | string | Transfer creation timestamp or formatted date field. |
How to use the listing
- reconcile outbound transfers in an operations panel
- confirm whether a send request has already been registered
- build customer-support tooling around wallet-to-wallet movement
What still needs confirmation
- pagination fields
- available filters
- whether the list includes transfer status or only the core ledger record