finnow/finnow-api/bruno-api/Finnow/Accounts/Get Account Balance Time Se...

21 lines
282 B
Plaintext

meta {
name: Get Account Balance Time Series
type: http
seq: 5
}
get {
url: {{base_url}}/profiles/:profile/accounts/:accountId/balance-time-series
body: none
auth: inherit
}
params:path {
profile: {{current_profile}}
accountId: 1
}
settings {
encodeUrl: true
}