New
POST
/v2.Auth/NewCreate new wallet in apiTON:Auth:List.
:::info[]
Get your 🔑 access_token for v2 api
:::
Request
Body Params application/json
access_token
stringÂ
accessToken
Example
{
"access_token": "1:2427eba5ddefc80c5679718eeb8425590041"
}
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
address
stringÂ
address
version
enum<string>Â
optional
Allowed values:
DEFAULTV3R1V3R2V4R1V4R2V5
Example
{
"address": "UQDXYBDejYWOldJZhxlRKlDyl_QtGqubsUl0sQygCWaZCxjn",
"version": "V4R2"
}