curl --request GET \
--url https://backend.swap.coffee/v1/ton/wallet/{address}/version
{
"version": 123,
"revision": 123
}
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
Wallet version and revision; if not a wallet, zeroes are being returned
The response is of type object
.
curl --request GET \
--url https://backend.swap.coffee/v1/ton/wallet/{address}/version
{
"version": 123,
"revision": 123
}
curl --request GET \
--url https://backend.swap.coffee/v1/ton/wallet/{address}/version
{
"version": 123,
"revision": 123
}
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
Wallet version and revision; if not a wallet, zeroes are being returned
The response is of type object
.
curl --request GET \
--url https://backend.swap.coffee/v1/ton/wallet/{address}/version
{
"version": 123,
"revision": 123
}