Balance history

Get history

GET https://my.cryptopayments.pro/api/v2/balance-event

Query Parameters

Headers

{
    total: 1,
    events: [
        {
            id: 1,
            accountId: null,
            orderId: 530,
            currency: "ETH",
            action: "deposit",
            quantity: 1,
            fee: 0.01,
            rate: 1,
            tx: 0x000000000000,
            accountBalance: 1,
            accountBalanceAvailable: 1,
            memo: "aaa",
            status: "completed",
            createdAt: "2019-12-12T01:01:00"
        }
    ]
}
curl https://my.cryptopayments.pro/api/v2/balance-event \
	-H 'Content-type: application/json' \
  -H 'X-Processing-Key: uUTb...5dXP' \
  -H 'X-Processing-Signature: 7dff...3bdb'

Last updated