Get account balance
GET/?action=balance
Get account balance
Request
Query Parameters
key stringrequired
API key
action stringrequired
balance
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
balance float
Amount in THB.
currency Currency (string)
Possible values: [THB
]
Default value: THB
{
"currency": "THB"
}
Loading...