User Balance
GET/POST
https://api.yoozseen.com/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.com/api/v1/' \
--header 'Content-Type: application/json' \
--data '{
"key":"xxxxxxxxx",
"action":"balance"
}'Response
* Meaning and usage of each parameter
NameDescription
id your account id
balance your account balance
currency currency type
Response example
1
2
3
4
5
{
"id": "xxx",
"balance": 9.9887,
"currency": "dollar"
}