Base URL#
Paging Params#
Sorting
You can sort results by specific field(s). Refer to each endpoint’s documentation for available sortable fields.
Example: sort=createdDate,asc
Pagination
Use the page and size parameters to paginate results. Filtering
Filter results by specific fields. Check each endpoint’s documentation to see which fields are filterable.To filter, use the filter query parameter.
Example: name.equals=abc
You can stack multiple filters using &.
Example: name.equals=abc&id.in=1,2,3,4
Structures#
Additional Infomation#
Kyc sdk
When calling the KYC endpoint, you will receive an accessToken.
Please use this token with the Sumsub Web SDK to initiate the KYC process for the user.
For detailed instructions, refer to the official documentation:
🔗 Get Started with Sumsub Web SDK Single bet : Amount * Decimal price - AmountAmount : 100
Decimal price : 1.8
Win price = (100 * 1.8) - 100 = 80
Combo bet: Amount * Combined decimal price - AmountAmount : 100
Decimal price : [1.8, 1.5, 2.0]
Combined decimal price = 1.8 * 1.5 * 2.0 = 5.4
Win price = (100 * 5.4) - 100 = 540 - 100 = 440
Teaser bet : Amount * Decimal price of teaser - AmountAmount : 100
Decimal price of teaser: 3.4
Win price = (100 * 3.4) - 100 = 240
Modified at 2025-07-15 08:45:55