Skip to content

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
amount
required
number
success
boolean
to_username
required
string
ts
required
number
type
required
string
Allowed values: internal
[
{
"id": "f9cf683b-e028-4886-adbd-8632138adeea",
"amount": 69420,
"payment_hash": "247a60d309e023ecec1cc29a7ff589e38a6fe999ec2a10e09a49cdb348f88b79",
"success": true,
"fee": 2,
"ts": 1707381467490,
"type": "lightning"
}
]

400

400