Coins

Below you can find all the possible values and a example post request. This request returns the amount of coins you have left in your account. No coin will be deducted when making this request. The request must be in json format.

Get current amount of coins

Request URL

https://motokicx.com/api/getcoins.php?key=YOUR LICENSE KEY HERE

Request example

{
"userid": "1"
}

All possible values / Explanation of each field

userid

This is your unique user id you can find on your account – This value has to be numeric. – This value is obligatory.