idea404 / gas-buddy

Get gas prices and gas estimates for your smart contract function on NEAR β›½οΈπŸ“„

Home Page:https://api.gasbuddy.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GasBuddy πŸ˜‰πŸ› οΈ

Get gas prices and gas estimates for your smart contract function on NEAR β›½οΈπŸ“„

Sample cURL command:

curl --location --request POST 'https://api.gasbuddy.tech/profile' \
--header 'Content-Type: application/json' \
--data-raw '{
    "contract_account_id": "smallgb.idea404.testnet",
    "method": "add_message",
    "args": {
        "text": "Hi!"
    }
}'

Get more info:

curl https://api.gasbuddy.tech/
curl https://gasbuddy.near-apis.com/

About

Get gas prices and gas estimates for your smart contract function on NEAR β›½οΈπŸ“„

https://api.gasbuddy.tech


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.5%