We record each call made to WebAPI and charge at the end of the month. There is no minimum or maximum limits. More you use, more discount you get.
We have free tier of volume you can use each month.
Pricing table:
calls made, up to | price / 1000 calls | |
up to | 5,000 | free |
up to | 100,000 | € 1.00 |
up to | 1,000,000 | € 0.50 |
up to | 10,000,000 | € 0.25 |
all following | € 0.10 |
Examples for different usages counting in requests per minute/second or even hundreds of requests per second.
constant load of | calls per month | final price | discount | description |
1 call per minute | 43,200 | € 38.20 | 11.57% | moderate usage |
10 calls per minute | 432,000 | € 261.00 | 39.58% | normal usage, most customers will not even hit this number |
1 call per second | 2,592,000 | € 943.00 | 63.62% | mature brokers might need data very often |
10 calls per second | 25,920,000 | € 4,387.00 | 83.07% | heavy constant load all the time, least realistic |
100 call per second | 259,200,000 | € 27,715.00 | 89.31% | very heavy load webapi can serve, unbelievable in practice |
For example, you want to make ~30000 calls per month. It will costs: (30 - 5(free)) * 1eur = 25 eur
Another example for 1m calls:
- first 5k free
- next 100k - 5k → 95k for 1eur / 1k = 95k * (1 eur / 1k) = 95 eur
- next 1m - 100k → 900k * (0.5 eur / 1k) = 450 eur
discount: if we charge 1 eur per 1k calls, 1m calls would cost 1000 eur. But, as more you use, less you pay. But you paid only 545 eur, which is 45.5% less than 1000 eur.
Total: 545 eur
Discount: 45.5%