Transfer HBAR

Transfer HBAR

GET https://api.bountyblok.io/v1/airdrop_token_hedera

This endpoint allows you to send HBAR.

Query Parameters

NameTypeDescription

to_address*

string

The wallet address of the recipient.

quantity*

number

The amount of HBAR you want to send.

Headers

NameTypeDescription

Authorization*

string

Bearer <<YOUR_API_KEY>>

{
    "tx_id": "0.0.47834406-1673376025-212913600",
    "is_valid": true
}
curl --location --request POST 'https://api.bountyblok.io/v1/airdrop_token_hedera' \
--header 'Authorization: Bearer <<API TOKEN>>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "to_address":"0.0.47879121",
    "quantity":10
}'

Last updated