Calculate reward recommendations
Authentication
Query parameters
Response
The minimum hourly reward rate that we recommend you pay to your study’s participants.
Note that this is returned as the hundredth subunit of the given currency i.e:
- for USD, this will be the value in cents
- for GBP, this will be the value in pence
To display this as USD or GBP respectively, you’ll need to divide this value by 100 and use an appropriate number formatting API e.g:
JavaScript:
The good hourly reward rate that we recommend you pay to your study’s participants.
Note that this is returned as the hundredth subunit of the given currency i.e:
- for USD, this will be the value in cents
- for GBP, this will be the value in pence
To display this as USD or GBP respectively, you’ll need to divide this value by 100 and use an appropriate number formatting API e.g:
JavaScript: