Skip to main content

nexigon_api.users.QueryUserTokensOutput

Output of querying the tokens of a user.

tokens object[]required
  • Array [
  • tokenIdnexigon_api.users.UserTokenId (string)required

    Unique ID of a user token.

    createdAtnexigon_api.datetime.Timestamp (string)required

    ISO 8601 formatted date and time string.

    namestring
  • ]
  • nexigon_api.users.QueryUserTokensOutput
    {
    "tokens": [
    {
    "tokenId": "string",
    "createdAt": "string",
    "name": "string"
    }
    ]
    }