Skip to main content

Query Parameters

FieldTypeNeedDescriptionExample
”account”stringrequiredUser’s wallet address42trU9A5…
“time_range”stringrequiredTime range of history: 1d, 7d, 14d, 30d, all7d
”start_time”integeroptionalStart time in milliseconds1760271000000
”end_time”integeroptionalEnd time in milliseconds1761842220000
”limit”integeroptionalMaximum number of records to return, defaults to 100100
”cursor”stringoptionalCursor pagination to access records. Default to none1115hVka

Response

  • Status 200: Successfully retrieved portfolio history
  • Status 400: Invalid request parameters
  • Status 401: Unauthorized access
  • Status 500: Internal server error

Code Example (Python)