Skip to main content
GET
List batch crypto transfers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

default to 10, maximum to 100

Required range: 1 <= x <= 100
startingAfter
string

Return records after this cursor.

endingBefore
string

Return records before this cursor.

status
enum<string>

Filter batch crypto transfers by status.

Available options:
NOT_INITIATED,
CREATED,
PENDING_APPROVAL,
APPROVED,
REJECTED,
EXPIRED,
INITIATED,
PENDING,
COMPLETED,
FAILED,
QUOTE_FAILED,
OPEN_QUOTE,
UNKNOWN,
CANCELLED
sourceUserId
string

Filter batch crypto transfers by the source user public ID (prefixed with usr_).

Response

A cursor-paginated list of batch crypto transfers.

Cursor-paginated list of batch crypto transfers.

data
object[]
pagination
object