testnet_service
Check available coins
get/api/v1/services/testnet/available
Response
Available balance
Example response
{
"balance": 1000000000,
"usd_per_testnet_ton": 0.06
}Changes
Changed in 1 of the 50 revisions of this API.11
- ▲
removed the required property
price_multiplicatorfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
usd_per_testnet_tonto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲