Skip to content

Get deposits

GET
/v2/user/deposit

Get multiple deposits. 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:
object
ts
required
number
type
required
string
Allowed values: bitcoin
[
{
"id": "69c09d09-8ce9-446b-a3c6-455fed8b3048",
"amount": 10000,
"payment_hash": "d0956532e24bb5bff336e5b13027bb388569455e18ba8855411a3572e4a5b221",
"success": false,
"ts": 1707317892272,
"type": "lightning"
},
{
"id": "5a0ff213-045d-4a40-b8d2-aad12d1a8853",
"amount": 10000,
"payment_hash": "72136991553e8df3a62e68e2534ca01e0883a49f0851c4bb6e33ce32245d5376",
"success": true,
"ts": 1707317875537,
"type": "lightning"
}
]

400

400