Callbacks

{
    "id": 282,
    "type": "deposit",
    "currency_sent": {
        "currency": "ETH",
        "amount": "0.05"
    },
    "currency_received": {
        "currency": "ETH",
        "amount": "0.05",
        "amount_minus_fee": "0.0495"
    },
    "crypto_address": {
        "id": 1151,
        "currency": "ETH",
        "address": "0x39bd95c23aD55F96D0e392B33D28277a9Af54dc7",
        "tag": "",
        "foreign_id": "testuser1"
    },
    "fees": [],
    "transactions": [
        {
            "id": 282,
            "transaction_type": "blockchain",
            "currency": "ETH",
            "type": "deposit",
            "address": "0x39bd95c23aD55F96D0e392B33D28277a9Af54dc7",
            "amount": "0.05",
            "txid": "0xdaf5f5f9e1b9e92e00e4eb032a17c71fc56948c7dbb0a35eccd4c502156af6b6",
            "confirmations": 7160686
        }
    ],
    "status": "confirmed",
    "error": "",
    "rates": [
        {
            "currency": "EUR",
            "value": 12.7179
        }
    ]
}

Last updated