testnet_service

Check available coins

get/api/v1/services/testnet/available

Response

Available balance

balanceinteger required
usd_per_testnet_tonnumber required

Example response

{
  "balance": 1000000000,
  "usd_per_testnet_ton": 0.06
}

Changes

Changed in 1 of the 50 revisions of this API.11

  • 356252841f5011See the full diff
    • removed the required property price_multiplicator from the response with the 200 status

      response-required-property-removed

    • added the required property usd_per_testnet_ton to the response with the 200 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog