Card Issuer Program
List Transfers
List all master-wallet → customer-card transfers initiated from your issuer program
GET
string
required
Bearer token:
Bearer YOUR_ACCESS_TOKENinteger
Page number. Defaults to
1.integer
Results per page. Defaults to
20, max 100.string
Filter by status. One of:
pending, hop1_processing, hop1_complete, hop2_processing, completed, failed, refunded.string
Filter by customer ID.
string
Filter by source chain:
SOL or XDC.GET /v1/card-issuer/funding-history is a backward-compatible alias for this endpoint and returns the same response shape.
