Generate plasma by fusing QSR from the plasma-bot
Generate plasma for a limited amount of time to an address by fusing QSR from the community plasma-bot
Requires User authorization policy
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"address": "z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7"
}
Request Code Samples
curl --location --request POST 'https://walletapi.hypercore.one/api/utilities/plasma-bot/fuse' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "z1qqjnwjjpnue8xmmpanz6csze6tcmtzzdtfsww7"
}'
Modified at 2024-05-14 10:01:56