Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deriv-com/deriv-api-docs into fix…
Browse files Browse the repository at this point in the history
…-cache-issue-oidc
  • Loading branch information
adrienne-deriv committed Mar 4, 2025
2 parents 480eb93 + 171e37c commit 422e4a5
Show file tree
Hide file tree
Showing 63 changed files with 992 additions and 1,665 deletions.
257 changes: 0 additions & 257 deletions _data/v3.yml

This file was deleted.

63 changes: 37 additions & 26 deletions config/v3/buy/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,44 +73,46 @@
"description": "A valid contract-type",
"type": "string",
"enum": [
"MULTUP",
"MULTDOWN",
"UPORDOWN",
"EXPIRYRANGE",
"ONETOUCH",
"CALLE",
"LBHIGHLOW",
"ACCU",
"ASIAND",
"EXPIRYRANGEE",
"ASIANU",
"CALL",
"CALLE",
"CALLSPREAD",
"DIGITDIFF",
"DIGITEVEN",
"DIGITMATCH",
"DIGITODD",
"DIGITOVER",
"PUTE",
"DIGITUNDER",
"NOTOUCH",
"CALL",
"RANGE",
"EXPIRYMISS",
"EXPIRYMISSE",
"EXPIRYRANGE",
"EXPIRYRANGEE",
"LBFLOATCALL",
"LBFLOATPUT",
"DIGITODD",
"LBHIGHLOW",
"MULTDOWN",
"MULTUP",
"NOTOUCH",
"ONETOUCH",
"PUT",
"ASIANU",
"LBFLOATCALL",
"EXPIRYMISSE",
"EXPIRYMISS",
"DIGITEVEN",
"TICKHIGH",
"TICKLOW",
"PUTE",
"PUTSPREAD",
"RANGE",
"RESETCALL",
"RESETPUT",
"CALLSPREAD",
"PUTSPREAD",
"RUNHIGH",
"RUNLOW",
"ACCU",
"VANILLALONGCALL",
"VANILLALONGPUT",
"SNOWDOWN",
"SNOWUP",
"TICKHIGH",
"TICKLOW",
"TURBOSLONG",
"TURBOSSHORT"
"TURBOSSHORT",
"UPORDOWN",
"VANILLALONGCALL",
"VANILLALONGPUT"
]
},
"currency": {
Expand Down Expand Up @@ -192,6 +194,15 @@
"type": "string",
"pattern": "^\\w{2,30}$"
},
"trade_risk_profile": {
"description": "[For Snowball only] The trade risk profile for Snowball trade types.",
"type": "string",
"enum": [
"low",
"medium",
"high"
]
},
"trading_period_start": {
"description": "[Optional] An epoch value of a predefined trading period start time",
"type": "integer",
Expand Down
26 changes: 26 additions & 0 deletions config/v3/contracts_for/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,19 @@
2
]
},
"duration_choices": {
"description": "[Only for Snowball] Available contract durations in seconds.",
"type": "array",
"items": {
"type": "integer",
"examples": [
300,
600,
1200
]
},
"minItems": 1
},
"exchange_name": {
"description": "Name of exchange",
"type": "string",
Expand Down Expand Up @@ -271,6 +284,19 @@
"random_index"
]
},
"trade_risk_profile_choices": {
"description": "[Only for Snowball] Available risk profile options.",
"type": "array",
"items": {
"type": "string",
"examples": [
"low",
"medium",
"high"
]
},
"minItems": 1
},
"trading_period": {
"description": "A hash of predefined trading period",
"type": "object"
Expand Down
Loading

0 comments on commit 422e4a5

Please sign in to comment.