latestOpenAPI 3.1.02026-08-102051102.0 KB
40ed0bdb89e1
Transfers
List all transfers for a tenant with optional filtering by status, type, and customer_id
get/api/v1/transfers
Query parameters
status'CREATED' | 'UNKNOWN' | 'COMPLIANCE_HOLD' | 'AWAITING_FUNDS_COLLECTION' | 'FUNDS_COLLECTED' | 'IN_PROGRESS' | 'PAYMENT_SUBMITTED' | 'PAYMENT_PROCESSED' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'EXPIRED' required
Status of the transfer: CREATED (initial state), UNKNOWN (deprecated internal status), AWAITING_FUNDS_COLLECTION, FUNDS_COLLECTED, IN_PROGRESS (funds received, internal processing), PAYMENT_SUBMITTED, PAYMENT_PROCESSED, COMPLETED (succeeded), FAILED (failed permanently), CANCELLED (manually cancelled), EXPIRED (expired before completion)
type'TRANSFER_TYPE_OFFRAMP' | 'TRANSFER_TYPE_ONRAMP' required
Type of transfer: OFFRAMP (crypto to fiat) or ONRAMP (fiat to crypto)
customer_idstring uuid
page_sizeinteger
page_tokenstring
Response
Default Response