List funding requests
GET {{baseUrl}}/ledgers/:ledgerId/funding/requests
Query funding requests.
Pagination options are available via the query parameters.
Allowed roles: VIEWER
, EDITOR
and MARKET_MAKER
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
| null | | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
tangany-version | number | (Required) API version | |
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"b805249e-8519-4574-9215-ca00bc0cf929","value":"0.0516","assetId":"BTC","fromAccountId":"053b2d32-bdc7-4cf9-8b84-bb807d099d3e","toAddress":"0x9C2E011c0CE0d75c2B62B9C5A0Ba0a7456593803","treatAsGrossValue":false,"reference":"Withdrawal #214","dueDate":"2022-07-27T23:59:59.999Z","valueDate":"2022-07-27T23:59:59.999Z","toAddressTag":"1113815526"},{"id":"b805249e-8519-4574-9215-ca00bc0cf929","value":"0.0516","assetId":"BTC","fromAccountId":"053b2d32-bdc7-4cf9-8b84-bb807d099d3e","toAddress":"0x9C2E011c0CE0d75c2B62B9C5A0Ba0a7456593803","treatAsGrossValue":false,"reference":"Withdrawal #214","dueDate":"2022-07-27T23:59:59.999Z","valueDate":"2022-07-27T23:59:59.999Z","toAddressTag":"1113815526"}],"nextPageToken":"NDg2ODg=","pageInfo":{"totalResults":82301161.87291709,"resultsPerPage":-29622002.533411786}}