Mayson Monorepo Documentation
Preparing search index...
packages/types/src
SaveExchangeKeyRequest
Interface SaveExchangeKeyRequest
Request to save exchange API keys
interface
SaveExchangeKeyRequest
{
exchange
:
ExchangeName
;
apiKey
:
string
;
secretKey
:
string
;
label
?:
string
;
permissions
?:
{
read
?:
boolean
;
trade
?:
boolean
;
withdraw
?:
boolean
}
;
testnet
?:
boolean
;
}
Index
Properties
exchange
api
Key
secret
Key
label?
permissions?
testnet?
Properties
exchange
exchange
:
ExchangeName
api
Key
apiKey
:
string
secret
Key
secretKey
:
string
Optional
label
label
?:
string
Optional
permissions
permissions
?:
{
read
?:
boolean
;
trade
?:
boolean
;
withdraw
?:
boolean
}
Optional
testnet
testnet
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exchange
api
Key
secret
Key
label
permissions
testnet
Mayson Monorepo Documentation
Loading...
Request to save exchange API keys