Fetches logs of all deposits made to your Deposit link, including transaction details, value in fiat currency, and the status of each deposit. This endpoint is essential for tracking incoming payments and ensuring they are correctly processed and reconciled in your system.
Method: GET
Path: https://api.blockbee.io/deposit/logs/
Parameters
Query Parameters
apikey
string
•Required
API Key provided by BlockBee's Dashboard. Unsure how to get yours? Check this tutorial. Note: The API key can also be sent as a header named apikey
.
token
string
•Required
The payment_id
provided upon requesting the deposit link.
fG78jtx96ugjtu0eIbeLmFB9z0feJf9N
Returns
Returns a list of deposit transactions made to your account.
deposits
object[]
Array of objects
The transaction ID of the deposit.
The amount deposited in cryptocurrency.
The equivalent fiat value of the deposited amount.
The type of cryptocurrency used for the deposit.
Indicates if the deposit is still pending.
URL to the logo of the cryptocurrency used.
The timestamp when the deposit was made.
notifications
object[]
Notifications sent regarding deposit processing.
The URL to which the notification request was sent.
Details of the notification sent.
The URL for the hosted checkout page where the user can complete the payment.
URL where your customers will be redirected to after successfully completing the payment.
Value of the order.
A unique token that is passed to your redirect_url
to verify the payment's authenticity on your end.
The FIAT currency of the value
.
1
if the payment is paid.
The amount paid by the user.
The cryptocurrency the user paid with.
The exchange rate applied to the payment.
The transaction ID of the payment.
The address that received the payment.
Status of the payment.
The server's response to the notification request.
The HTTP status code of the response received.
Indicates whether the notification is still pending.
The timestamp when the notification was sent.