Skip to main content
GET
List withdrawals

Authorizations

Authorization
string
header
required

API token issued by your LootRush account manager. Sent as Authorization: Bearer <token>.

Path Parameters

userId
string<uuid>
required

Unique identifier of the user whose withdrawals to retrieve.

Query Parameters

page
integer
default:1

Page number (1-indexed).

perPage
integer
default:20

Results per page.

Required range: x <= 200
bulkId
string<uuid>

Filter by bulk payment ID.

transactionHash
string

Filter by blockchain transaction hash.

status
string

Filter by withdrawal status.

Examples:

"queued"

"pending"

"processing"

"completed"

"failed"

externalId
string

Filter by the external identifier you provided.

Response

A page of withdrawals.

message
string
data
object