Run in Apidog
This API returns a list of deposits in a compact form. It may be used from time to time as a fallback in case the webhook fails. It currently returns up to 200 rows per query. start included, end excluded - start ≤ x < end
Request Code Samples
curl --location 'https://depix.eulen.app/api/deposits?start=2026-01-01&end=2026-01-31&status=depix_sent' Responses
{
"response" : [
{
"qrId" : "019b76daa8007000000000000000000d" ,
"status" : "depix_sent" ,
"bankTxId" : "processor_E12345678202601010000a1b2c3d4e5f"
} ,
{
"qrId" : "019b76daa8007000000000000000000e" ,
"status" : "under_review" ,
"bankTxId" : "processor_E12345678202601010030b2c3d4e5f6a"
} ,
{
"qrId" : "019b76daa8007000000000000000000f" ,
"status" : "refunded" ,
"bankTxId" : "processor_E12345678202601010100c3d4e5f6a7b"
}
] ,
"async" : false
}
Modified at 2026-08-26 17:41:56