GET
/
v1
/
ton
/
wallet
/
{address}
/
version
curl --request GET \
  --url https://backend.swap.coffee/v1/ton/wallet/{address}/version
{
  "version": 123,
  "revision": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Response

200
application/json
Wallet version and revision; if not a wallet, zeroes are being returned
version
integer
required
revision
integer
required