[{"id": "5221ec07-3df8-483b-a6f1-5e55481eade9","custom_id": "113562013","amount": "-10.0","currency": "EUR","balance": "8819.0","fee": "0.1","fee_currency": "EUR","reference_id": "f04d3cac-837a-4245-840d-1b525a4d693d","reference_type": "CoinWithdrawal","description": null,"status": "completed","status_context": null,"created_at": "2019-05-02T12:08:55+00:00"},{"id": "9fe067b8-b850-44cb-9032-1c1647c1d11c","custom_id": "631044494","amount": "97.26","currency": "EUR","balance": "8829.0","fee": "0.99","fee_currency": "EUR","reference_id": "284d4b79-fea6-46ce-bc2f-0f9cbed6367e","reference_type": "ChannelPayment","description": null,"status": "completed","status_context": null,"created_at": "2019-05-02T11:00:01+00:00"}]
Response schema.
Array [
Parameter | Type | Description |
id | string | Account transaction ID |
custom_id | string | Transaction |
amount | string | Transaction amount |
currency | string | Transaction currency |
balance | string | Account subtotal |
fee | string | Transaction fee details |
fee_currency | string | Transaction fee currency |
reference_id | string | Transaction reference ID in Cryptopay |
reference_type | string | Transaction type |
description | string | Transaction description |
status | string | Transaction status |
status_context | string | Transaction status context |
created_at | string | Transaction creation date and time |
]