infoWithdrawal List

Получение списка всех заявок на вывод средств.

Получить список заявок на вывод средств

GET /api/v1/withdrawals/?type=api

Headers

Name
Value

Content-Type

application/json

Authorization

Token <token>

Response

{
    "count": 2,
    "next": 1,
    "previous": 1,
    "results": [
        {
            "id": "4df96a7b-efae-48f1-85ea-d630f37e8940",
            "create_dt": "07-08-2025 18:21",
            "merchant_order_id": "a2c031ae-70aa-4703-8819-e694dd3c5537",
            "currency_code_to": "RUB",
            "amount": 3000.0,
            "course": 81.78,
            "exchange_id": "",
            "status": "SUCCESSFULLY_FINISHED"
        },
        {
            "id": "12d33c85-02b9-4945-b2d9-9882418c945e",
            "create_dt": "07-08-2025 18:12",
            "merchant_order_id": "602c5cd8-953e-487f-b051-873f4ba1c034",
            "currency_code_to": "RUB",
            "amount": 3000.0,
            "course": 81.7,
            "exchange_id": "",
            "status": "SUCCESSFULLY_FINISHED"
        }
    ]
}

Last updated