Transaction

GET https://admin.rpay.io/api/transactions

Request Body

Name
Type
Description

skip

Integer

limit

Integer

GET https://admin.rpay.io/api/transactions/{entity_id}

Request Body

Name
Type
Description

entity_id*

String

// Response example
[
    {
        "from_wallet": "<internal>",
        "to_wallet": "<commission>",
        "tx": "",
        "amount": 0.0,
        "currency": "USDT",
        "type": "OKX",
        "fee": 550000.0,
        "created": "2023-12-22T10:34:46.099000",
        "deposit_id": "658563f7134366476197654c",
        "withdraw_id": "",
        "owner_id": "6542593c5b8b1149c008a471",
        "id": "65856646a2dc1bc41b99f376"
    },
    {
        "from_wallet": "TUvTjqsqiQAzTuk1FntY4VsyxqfpQe5jtm",
        "to_wallet": "<internal>",
        "tx": "713512822",
        "amount": 10.0,
        "currency": "USDT",
        "type": "OKX",
        "fee": 0.0,
        "created": "2023-12-22T10:34:46.086000",
        "deposit_id": "658563f7134366476197654c",
        "withdraw_id": "",
        "owner_id": "6542593c5b8b1149c008a471",
        "id": "65856646a2dc1bc41b99f375"
    },
    {
        "from_wallet": "<external>",
        "to_wallet": "TUvTjqsqiQAzTuk1FntY4VsyxqfpQe5jtm",
        "tx": "57ae5336fe53c1b5d8ec87da87b56e0d2338851c20c972020b2053bd56174adc",
        "amount": 10.0,
        "currency": "USDT",
        "type": "OKX",
        "fee": 0.0,
        "created": "2023-12-22T10:34:43.347000",
        "deposit_id": "658563f7134366476197654c",
        "withdraw_id": "",
        "owner_id": "6542593c5b8b1149c008a471",
        "id": "65856643a2dc1bc41b99f374"
    }
    ...
]

Last updated