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

FieldTypeNotes
from_userstringSender identifier.
to_userstringRecipient identifier.
amountnumberTransfer amount.
datestringTransfer 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

On this page