QueryRequest
API Reference / privatefolio-backend / interfaces / QueryRequest
QueryRequest =
object
Defined in: interfaces.ts:413
Properties
Section titled “Properties”limit?
Section titled “limit?”
optionallimit:number
Defined in: interfaces.ts:417
Default
Section titled “Default”900 (PRICE_API_PAGINATION)pair:
string
Defined in: interfaces.ts:418
since?
Section titled “since?”
optionalsince:Timestamp
Defined in: interfaces.ts:422
Warning
Section titled “Warning”If until is undefined, this is ignored too
timeInterval
Section titled “timeInterval”timeInterval:
ResolutionString
Defined in: interfaces.ts:423
until?
Section titled “until?”
optionaluntil:Timestamp
Defined in: interfaces.ts:427
Warning
Section titled “Warning”If since is undefined, this is ignored too