Retrieve Journal Entries

get/das-rest/api/v1/entries

Query Parameters

  • account_idstringRequired
    account/wallet
    Example: 59cd72485007a239fb00282ed480da1f
  • currencystring
    coin/currency identifier (optional)
    Example: btc
  • typestring
    account type (optional)
    Example: AUC_CASH

200 Response

account_id string
Example: 59cd72485007a239fb00282ed480da1f
currency string
A cryptocurrency or token ticker symbol.
Example: btc
type string
Type of account (AUC_CASH, AUC_AVAILABLE, etc.)
Example: AUC_CASH
entries dictionary<string, array>
Example: {"tousd":[{"seqid":"101","posting_id":"20180120234700.302.-8:00.[deposit 3831axtd]","account_id":"583030294aefdc323411232485","currency":"tousd","type":"AUC_AVAILABLE","amount":"43000","txId":"38314axtd","reference":"tx38315zzzz","proof":""}]}
array[object]