Claim GAS
POST {{baseUrl}}/v3/neo/claim
5 credits per API call.
Claim GAS for NEO account. Every account owner can claim for the GAS, which is produced for owning NEO on the address.
This operation needs the private key of the blockchain address. Every time the funds are transferred, the transaction must be signed with the corresponding private key.
No one should ever send it's own private keys to the internet because there is a strong possibility of stealing keys and loss of funds. In this method, it is possible to enter privateKey.
PrivateKey should be used only for quick development on testnet versions of blockchain when there is no risk of losing funds. In production,
it is possible to use the Tatum client library for supported languages or Tatum Middleware with a custom key management system.
Request Body
{"privateKey"=>"0ee69b443c740982e31ac64f8ab06006c24b7aab9e6ebe81b4663eafc72e13c9"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"txId":"c83f8818db43d9ba4accfe454aa44fc33123d47a4f89d47b314d6748eb0e9bc9"}