Get User ID from Wallet
GET/users/id
Gets a User ID from an associated wallet address
Request
Query Parameters
associated_wallet stringrequired
Wallet address
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
dataobject
user_id string
{
"data": {
"user_id": "ASFe4f"
}
}
Bad request
Server error
Loading...