SSO
  1. wallet
SSO
  • sso
    • admin
      • account-create
      • account-suspend
      • account-unsuspend
      • account-bind-wallet
    • applications
      • scope
        • add
        • delete
      • user
        • add
        • update
        • delete
        • user-all
        • is-allowed
      • create
      • delete
      • new-api-key
      • all
      • all-own
      • details
      • is-owner
    • auth
      • token
        • token-refresh
      • register
        • register
        • request-email-code
        • verify-email-code
      • password
        • password-reset
        • request-email-code
        • verify-email-code
      • discord
        • authorize-URL
        • login
      • login
      • auth-me
      • logout
    • auth-eth
      • login-challenge
      • login
      • bind-account
      • bind-challenge
      • is-bound
    • access
      • planning
        • session
          • get
          • all
          • find
          • create
          • update
          • delete
        • assistant
          • create-sessions
          • delete-sessions
        • get
      • pbe-access
        • is-authorized
    • newsletter
      • get-subscribers
    • user
      • me
        • email
          • update
        • password
          • update
      • role
        • all
        • update-role
        • update-role-batch
        • delete-role
        • delete-role-batch
      • all
      • find
    • wallet
      • find-owner
        GET
      • find-wallet
        GET
    • Get API version
      GET
  1. wallet

find-wallet

GET
https://sso.dlab.ovh/api/wallet/find
find the wallet of a given user identifier at a given time in the SSO wallet history

Request

Query Params
userIdentifier
string 
required
user uuid
Example:
c81e47bf-5145-4251-9b44-a5b0e8e9257a
at
string 
optional
date in UTC
Example:
2022-07-13T18:00:00.000Z
Header Params
Authorization
string 
optional
Example:
Bearer {{token}}
x-api-key
string 
optional
Example:
884fdb82ed8f4e9eaba0d53d62ef38dc

Request 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 'https://sso.dlab.ovh/api/wallet/find?userIdentifier=c81e47bf-5145-4251-9b44-a5b0e8e9257a'

Responses

🟢200Success
application/json
Body
userIdentifier
string 
required
walletAddress
string 
optional
Examples
{
    "userIdentifier": "c81e47bf-5145-4251-9b44-a5b0e8e9257a",
    "walletAddress": "0xcb05C03A2063f331EB1520a65Cb99172E67B999a"
}
Previous
find-owner
Next
Get API version
Built with