Skip to content

Commit

Permalink
Updated order fill delay times
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan Sivananthan committed Sep 13, 2023
1 parent 146c2d7 commit 94df957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/_orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ async function fillOrder() {

This endpoint fills orders on the exchange. Multiple orders can be filled at once and no gas is paid as this is a meta transaction submitted by the API itself. _Therefore you do not require any MATIC in your wallet to fill orders_.

Note that pre-game has a built-in betting delay of 2s and in-game betting has a built-in betting delay of 5s. This is added to guard against toxic flow and high spikes in latency from the bookmaker's side. It is effectively protection for the bookmaker. If the odds change within that delay time, the order will be cancelled and an error will be thrown.
Note that pre-game has a built-in betting delay of 5s and in-game betting has a built-in betting delay of 8s. This is added to guard against toxic flow and high spikes in latency from the bookmaker's side. It is effectively protection for the bookmaker. If the odds change within that delay time, the order will be cancelled and an error will be thrown.

To fill orders on sx.bet via the API, make sure you first enable betting by following the steps [here](#enabling-betting)

Expand Down

0 comments on commit 94df957

Please sign in to comment.