mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 15:10:59 +00:00
Daily engine improvements:
New GetExchangeOTPs API CLI validation Standardised pairs for GCTCLI Expand test coverage Trim SMS global from name is len > 11 Linter fixes
This commit is contained in:
@@ -327,6 +327,22 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/v1/getexchangeotps": {
|
||||
"get": {
|
||||
"operationId": "GetExchangeOTPCodes",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/gctrpcGetExchangeOTPsResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"GoCryptoTrader"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/v1/getexchanges": {
|
||||
"get": {
|
||||
"operationId": "GetExchanges",
|
||||
@@ -1104,6 +1120,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"gctrpcGetExchangeOTPsResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"otp_codes": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gctrpcGetExchangesResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user