Mayson Monorepo Documentation
Preparing search index...
packages/types/src
ExchangeKeyResponse
Interface ExchangeKeyResponse
Public exchange key response (without sensitive data)
interface
ExchangeKeyResponse
{
_id
:
string
;
exchange
:
ExchangeName
;
label
?:
string
;
permissions
:
{
read
:
boolean
;
trade
:
boolean
;
withdraw
:
boolean
}
;
testnet
:
boolean
;
lastVerified
?:
Date
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
_
id
exchange
label?
permissions
testnet
last
Verified?
created
At
updated
At
Properties
_
id
_id
:
string
exchange
exchange
:
ExchangeName
Optional
label
label
?:
string
permissions
permissions
:
{
read
:
boolean
;
trade
:
boolean
;
withdraw
:
boolean
}
testnet
testnet
:
boolean
Optional
last
Verified
lastVerified
?:
Date
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
exchange
label
permissions
testnet
last
Verified
created
At
updated
At
Mayson Monorepo Documentation
Loading...
Public exchange key response (without sensitive data)