List deposits

GET {{baseUrl}}/ledgers/:ledgerId/funding/deposits

Query deposit transactions.

Pagination options are available via the query parameters.

Allowed roles: VIEWER and EDITOR

Request Params

KeyDatatypeRequiredDescription
pageTokenstringThe pageToken parameter identifies a specific page in the result set that should be returned.
In an API response, the nextPageToken property identifies other pages that could be retrieved.
limitnumber(Optional query) Limit the number of results.

Accepts a positive integer between 1 and 100. Default: 100

Note that the sever may choose to ignore this parameter and use a lower value.

Example: 20 | | bookingDateAfter | string | | (Optional query) Include only transactions with booking date after the passed date (inclusive) | | bookingDateBefore | string | | (Optional query) Include transactions before the given date only (exclusive) | | valueDateAfter | string | | (Optional query) Include only transactions with value date after the passed date (inclusive) | | valueDateBefore | string | | (Optional query) Include transactions only with value date before the given date (exclusive) | | assetId | string | | (Optional query) Return only transactions that involve given asset | | sort | string | | (Optional query) Sorting order | | status | string | | (Optional query) Filter transactions by their status. | | reference | string | | (Optional query) Filter transactions by their reference string value (Exact match). |

HEADERS

KeyDatatypeRequiredDescription
tangany-versionnumber(Required) API version
Acceptstring

RESPONSES

status: OK

{"items":[{"assetId":"BTC","bookingDate":"2022-07-25T15:00:00.000Z","fiatCurrency":"EUR","fiatValue":"1000.57","fromAccountId":"mollit id veniam irure","id":"36161d45-1389-44f6-9100-2c5dc483d18d","toAccountId":"labore dolor","value":"0.05","valueDate":"2022-07-25T15:00:00.000Z","euroValue":"1000.57","fiatTotalCost":"1000.57","reference":"reference of the transaction","tradeInfo":{"fillDate":"2022-10-05T14:48:00.000Z","marketMakerTxId":"36161d45-1389-44f6-9100-2c5dc483d18d"},"txHash":"0xd319194b1c9a34254ec1f23e8196f97b9c9af4542bb93ad3c807db001bb8ba93","status":"cancelled"},{"assetId":"BTC","bookingDate":"2022-07-25T15:00:00.000Z","fiatCurrency":"EUR","fiatValue":"1000.57","fromAccountId":"","id":"36161d45-1389-44f6-9100-2c5dc483d18d","toAccountId":"ea culpa sunt elit occaecat","value":"0.05","valueDate":"2022-07-25T15:00:00.000Z","euroValue":"1000.57","fiatTotalCost":"1000.57","reference":"reference of the transaction","tradeInfo":{"fillDate":"2022-10-05T14:48:00.000Z","marketMakerTxId":"36161d45-1389-44f6-9100-2c5dc483d18d"},"txHash":"0xd319194b1c9a34254ec1f23e8196f97b9c9af4542bb93ad3c807db001bb8ba93","status":"confirmed"}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":-14034968.388354942,"resultsPerPage":-80107531.87737945}}