Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 33 additions & 2 deletions core/specs/smarkets/Smarkets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,7 @@ paths:
description: Jurisdiction of user
enum:
- CDG
- CFTC
- DGA
- IGC
- MGA
Expand Down Expand Up @@ -2187,6 +2188,11 @@ paths:
neutral: true
nullable: true
type: object
cftc:
description: CFTC-specific regulatory metadata for this event
nullable: true
additionalProperties: true
type: object
required:
- created
- type
Expand Down Expand Up @@ -2553,6 +2559,7 @@ paths:
description: Jurisdiction of user
enum:
- CDG
- CFTC
- DGA
- IGC
- MGA
Expand Down Expand Up @@ -2901,6 +2908,11 @@ paths:
Top x Finish\" type markets\n "
example: 1
type: integer
cftc:
description: CFTC-specific regulatory metadata for this market
nullable: true
additionalProperties: true
type: object
required:
- bet_delay
- complete
Expand Down Expand Up @@ -3031,6 +3043,7 @@ paths:
description: Jurisdiction of user
enum:
- CDG
- CFTC
- DGA
- IGC
- MGA
Expand Down Expand Up @@ -5770,6 +5783,7 @@ paths:
description: Jurisdiction of user
enum:
- CDG
- CFTC
- DGA
- IGC
- MGA
Expand Down Expand Up @@ -5931,6 +5945,11 @@ paths:
- unavailable
example: live
type: string
cftc:
description: CFTC-specific regulatory metadata for this contract
nullable: true
additionalProperties: true
type: object
required:
- id
- created
Expand Down Expand Up @@ -7159,6 +7178,12 @@ paths:
example: 1.0
nullable: true
type: number
original_price:
description: The price at which the token was originally
purchased before any amendments
example: '5000'
nullable: true
type: string
required:
- bet_token_type
- boost_percent
Expand Down Expand Up @@ -7954,15 +7979,21 @@ paths:
description: Stake of an order
example: '24.08'
type: number
original_bets:
description: The component bets that make up the fullcover
order, with their individual prices and selections
items:
additionalProperties: true
type: object
nullable: true
type: array
required:
- reference_id
- fullcover_type
- original_contracts
- to_return
- returned_amount
- state
- stake
- price
- side
- cashed_out_quantity
- cashed_out_amount
Expand Down
Loading