Get withdrawals
GET
/v2/user/withdraw
Get multiple withdrawals. The types
query parameter is optional, and consists in a comma-separated list of types (bitcoin, internal and lightning).
Responses
200
200
Array
One of: discriminator: type
object
id
required
string format: uuid
amount
success
required
boolean
to_username
required
string
ts
type
required
string
object
id
required
string format: uuid
amount
required
integer
payment_hash
required
string
success
required
boolean
fee
required
integer
destination
required
string
ts
type
required
string
object
id
required
string format: uuid
amount
required
integer
address
required
string
status
required
string
transaction_id
required
string
fee
required
integer
ts
type
required
string
[ { "id": "f9cf683b-e028-4886-adbd-8632138adeea", "amount": 69420, "payment_hash": "247a60d309e023ecec1cc29a7ff589e38a6fe999ec2a10e09a49cdb348f88b79", "success": true, "fee": 2, "ts": 1707381467490, "type": "lightning" }]
400
400