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 ⛽️📄
- Host: GitHub
- URL: https://github.com/idea404/gas-buddy
- Owner: idea404
- Created: 2022-08-12T09:01:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T19:47:41.000Z (over 3 years ago)
- Last Synced: 2023-02-28T03:27:54.153Z (over 3 years ago)
- Topics: gas, nearprotocol, rest-api, smart-contracts
- Language: JavaScript
- Homepage: https://api.gasbuddy.tech
- Size: 594 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/
```