Skip to main content
Deposit Offers are incoming Canton transfer offers made to one of your wallets, which you accept or reject to receive the funds. The mechanics are unchanged between versions — same underlying offer records, same accept/reject actions. What changed is the path shape and a couple of field renames. See the platform-wide changes for ID format, pagination, error shape, and idempotency.

Endpoints

Response changes

v2:
v3:
List (GET /wallets/offers): v2 returned {count, records, nextCursor} with a raw-timestamp cursor. v3 returns the standard {data, pagination} envelope — see platform-wide changes.

ID format

Raw UUID in v2 → ofr_... prefixed public ID in v3.