GET /user/{account}
GET

/v1/user/{account}

Get user profile

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b'

Response

200Example response2 ms · just now · 0.2 KB · 10 lines
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b
{
  "success": true,
  "user": {
    "_id": "rGVEL3nchgTw1hcspi7TtWr3DFduEca78b",
    "username": null,
    "tier": "member",
    "badges": [],
    "createdAt": 1773927738959
  }
}

What it does

Get user profile

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI