Skip to content
Last updated

Get Symbol Mapping Result String

This endpoint is only available in the allowed jurisdictions.

Returns the Symbol Mapping result string for the requested game round, showing how the symbols on the slot reels correspond to outcomes in the game’s mathematical model.

API Call Sample:

curl -i -X GET \
  -u <username>:<password> \
  'https://asia.stage.rubyplay.io/api/v1/rounds/{roundUUID}/symbol-map-result'
Response
application/json
{ "gameType": "SLOT", "roundUUID": "string", "smResult": "0:K;Q;K;T;PD#J;J;T;K;PD#J;K;T;PC;PD#R#K#00122031J#010211#MV#1.5#MT#1#MG#1.2#R#" }

Response Schema:

gameTypestring

The type of the game.

Enum"SLOT""FAST_GAME""PMR"
Example: "SLOT"
roundUUIDstring

Requested round ID.

smResultstring

Symbol Mapping result string.

Example: "0:K;Q;K;T;PD#J;J;T;K;PD#J;K;T;PC;PD#R#K#00122031J#010211#MV#1.5#MT#1#MG#1.2#R#"