An open API service indexing awesome lists of open source software.

https://github.com/idea404/gas-buddy

Get gas prices and gas estimates for your smart contract function on NEAR ⛽️📄
https://github.com/idea404/gas-buddy

gas nearprotocol rest-api smart-contracts

Last synced: 5 months ago
JSON representation

Get gas prices and gas estimates for your smart contract function on NEAR ⛽️📄

Awesome Lists containing this project

README

          

# GasBuddy 😉🛠️

Get gas prices and gas estimates for your smart contract function on NEAR ⛽️📄

Sample cURL command:

```bash
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:

```bash
curl https://api.gasbuddy.tech/
```

```bash
curl https://gasbuddy.near-apis.com/
```