List fundings
GET {{baseUrl}}/ledgers/:ledgerId/funding
Query deposit/withdrawal transactions.
Pagination options are available via the query parameters.
Allowed roles: VIEWER
and EDITOR
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageToken | string | The 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. | |||
limit | number | (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
|
| sort
| string | | (Optional query) Sorting order |
| 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 |
| status
| string | | (Optional query) Filter transactions by their status. |
| reference
| string | | (Optional query) Filter transactions by their reference string value (Exact match). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string |
RESPONSES
status: OK
{"items":[{"assetId":"BTC","bookingDate":"2022-07-25T15:00:00.000Z","fiatCurrency":"USD","fiatValue":"1000.57","fromAccountId":"est aute la","id":"36161d45-1389-44f6-9100-2c5dc483d18d","toAccountId":"irure ad Ut","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"},{"assetId":"BTC","bookingDate":"2022-07-25T15:00:00.000Z","fiatCurrency":"EUR","fiatValue":"1000.57","fromAccountId":"commodo culpa exercita","id":"36161d45-1389-44f6-9100-2c5dc483d18d","toAccountId":"incididunt deserunt minim sed","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":94651697.42956206,"resultsPerPage":-75271572.86935245}}