This section includes functions to get information about deposits.
Deposits
Get Deposit List
get /accounts/{accountId}/deposits
This endpoint will return a list of deposits and the deposit details for a given account ID. Unless specified otherwise, this endpoint will return every deposit for the given account ID since the ID was created.
Parameters
accountId required
Type
stringLoading...
start
Type
stringExample
?start=2017-07-19 13:30:00Loading...
end
Type
stringExample
?end=2017-07-21 23:59:59Loading...
count
Type
integerExample
2Loading...
Example Response
200 Authorized
401 Unauthorized
Get Deposit by ID
get /accounts/{accountId}/deposits/{depositId}
Get deposit by deposit ID for a given account ID.
Parameters
accountId required
Type
stringLoading...
depositId required
Type
stringLoading...
Example Response
200 Authorized
401 Unauthorized