This endpoint allows you to retrieve essential user data, including account balance and contact information. It is a useful resource for obtaining information about the user's account status.For successful requests to this endpoint, you will receive user-specific data in the response, providing valuable insights into the user's account details. Please ensure that the required API key and secret are included in the request headers for authentication.
Request
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/me' \
--header'x-api-key: {{apiKey}}' \
--header'x-api-secret: {{apiSecret}}'