OBJECT
RithumAPIKey
Rithum API key info
link GraphQL Schema definition
- type RithumAPIKey implements Node {
- # The date the API key was created.
- ISO8601DateTime! :
- # The user id of created API key.
- Int! :
- # The user type of created API key.
- String! :
- # Expiry time of the created API key.
- ISO8601DateTime :
- ID! :
- }