Your API balance is exactly the same as your bot balance. Note that each Yoozcoin inside the bot is equivalent to 1 dollar/ 1$

User Balance

GET/POST

https://api.yoozseen.ir/api/v1

Request

Query parameters

NameDefinition
key *Your Api Key
action *balance

* - mandatory parameter

Request example
1 2 3 4 5 6 curl --location 'https://api.yoozseen.ir/api/v1/' \ --header 'Content-Type: application/json' \ --data '{ "key":"xxxxxxxxx", "action":"balance" }'
Response

* Meaning and usage of each parameter

NameDescription
message_errorerror description
balanceyour inventory
currencycurrency inventory
idyour telegram_id
Response example
1 2 3 4 5 { "id": "xxx", "balance": 9.9887, "currency": "dollar" }