Get positions
This endpoint allows users to get current positions.
Query Parameters
Field
Type
Need
Description
Example
"account"
string
required
Connected wallet address
42trU9A5...
Response
Status 200: Successfully retrieved account information
Status 400: Invalid request parameters
Status 401: Unauthorized access
Status 500: Internal server error
Code Example (Python)
Last updated