This method allows you to list deposit requests for an API key profile.
Notes:
- Use this endpoint to retrieve a paginated history of your generated deposit addresses.
- You can filter the results by date range and whether they have received payments.
Method: GET
Path: https://api.blockbee.io/deposit/list/
Parameters
Query Parameters
apikeystring•Required
API Key provided by BlockBee's Dashboard.
Note: The API key can also be sent as a header named apikey.
statusstring
Filter deposits based on payment activity.
Accepted values:
with_payments(Addresses that have received funds)without_payments(Addresses with no detected payments)
with_paymentsReturns
Returns a list of deposit request objects matching the provided filters.
depositsobject[]
A list of deposit request objects matching the filters.
The deposit token identifier.
The total fiat value of all payments received for this deposit request.
A list of payments received under this deposit request.
The transaction ID of the payment.
The amount of cryptocurrency received.
The fiat value of the cryptocurrency received.
The cryptocurrency ticker of the payment.
The timestamp when the payment was detected.
The fiat currency associated with the deposit.
The creation time of the deposit request.