Hi everyone,
I am trying to find a way to be the first one (or nearly) to place a bet on a market, as soon as it is created, but I often find some other money before mine.
I have tried 2 ways:
- requesting in a cycle the list of events, as soon as I see a new event, I request the market catalogue for that event ID and I get the necessary info (market IDs and market types) to request the detailed markets books and place orders;
- requesting in a cycle the market catalogue for the market types I'm interested in, as soon as I see new markets I request the detailed market catalogue for those market IDs (I need the market type as the first request was for multiple types), then the market book and place orders.
The markets seem to appear first on the list of markets filtered by type (case 2).
The weird thing is: after finding out the new market IDs, I need the detailed market catalogue to check the market type and runners, but the first requests often return and empty response, so I need to try multiple times. Now filtering by event ID seems to bring a non-empty result before than filtering by market IDs (case 1).
In the end, it takes a lot of seconds to place an order, since I spotted the new event ID or market ID.
Any idea on the subject?
Thanks
I am trying to find a way to be the first one (or nearly) to place a bet on a market, as soon as it is created, but I often find some other money before mine.
I have tried 2 ways:
- requesting in a cycle the list of events, as soon as I see a new event, I request the market catalogue for that event ID and I get the necessary info (market IDs and market types) to request the detailed markets books and place orders;
- requesting in a cycle the market catalogue for the market types I'm interested in, as soon as I see new markets I request the detailed market catalogue for those market IDs (I need the market type as the first request was for multiple types), then the market book and place orders.
The markets seem to appear first on the list of markets filtered by type (case 2).
The weird thing is: after finding out the new market IDs, I need the detailed market catalogue to check the market type and runners, but the first requests often return and empty response, so I need to try multiple times. Now filtering by event ID seems to bring a non-empty result before than filtering by market IDs (case 1).
In the end, it takes a lot of seconds to place an order, since I spotted the new event ID or market ID.
Any idea on the subject?
Thanks


Comment