Page: Hypertokens API
v.24 by Alexander Myodov
2020-11-24 19:11
2020-11-24 19:11
Hypertokens API
Hypertokens are Universa contracts that can be exchanged to and from to some popular cryptocurrencies.
The xchange (URS) API endpoints are relative to the common URS API URL, which is:
List supported hypertokens
To get list of all possible hypertokens:
GET /api/v1/conversions
returns something like
{
"hypertokens":[
{"name":"ETH","commission":0.015,"minAmount":0.01,"maxAmount":1},
{"name":"BTC","commission":0.015,"minAmount":0.00069,"maxAmount":0.1}
],"status":"OK"
}
Converting cryptocurrency to hypertoken
See the dedicated article: Converting hypertokens – restricted access.
Converting hypertokens to cryptocurrency
See the dedicated article: Exporting hypertokens – restricted access.
Export fees
Export fees for any operations with external blockchains (Bitcoin, Ethereum etc) are estimated using the same methods throughout any operations with these blockchains.
See the dedicated article: Fee estimation for external blockchain operations.