Get Public Information
Get STC Battery Price GET
Response
| Parameter | Type | Note |
|---|---|---|
live_stc_battery_price | Float | Live STC Price or Cash Trade Live STC Battery Price |
stc_battery_creation_fee | Float | Battery Creation price |
stc_battery_next_payment | Hash | Next payment info with none_osw and osw credit/cash prices |
Request Example
{
"client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
"signature": "2dc1b977b376a2fd26bf05c1f15da59b",
"timestamp": "2019-08-02T10:31:50+11:00"
}Response Example
{
"live_stc_battery_price": "$39.50",
"stc_battery_creation_fee": "$0.47",
"stc_battery_next_payment": {
"none_osw": {
"credit_price": "$39.00",
"cash_price": "$38.00"
},
"osw": {
"credit_price": "$41.00",
"cash_price": "$38.20"
}
}
}