https://github.com/dacmarcell/cryptoguardian
Crypto Guardian validation API, utilized for determining the ideal moment to purchase Ethereum cryptocurrency. Users input their preferred minimum and maximum values, and the API verifies if the range is conducive for the purchase or not.
https://github.com/dacmarcell/cryptoguardian
nodejs typescript
Last synced: 3 months ago
JSON representation
Crypto Guardian validation API, utilized for determining the ideal moment to purchase Ethereum cryptocurrency. Users input their preferred minimum and maximum values, and the API verifies if the range is conducive for the purchase or not.
- Host: GitHub
- URL: https://github.com/dacmarcell/cryptoguardian
- Owner: dacmarcell
- Created: 2023-12-02T19:41:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T01:35:39.000Z (about 1 year ago)
- Last Synced: 2025-01-15T20:19:29.153Z (4 months ago)
- Topics: nodejs, typescript
- Language: TypeScript
- Homepage: https://documenter.getpostman.com/view/27634188/2s9YeK4pvV
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 🤖 Crypto Guardian 🤖
Crypto Guardian validation API, employed in scenarios where users seek to ascertain the optimal timing for purchasing Ethereum cryptocurrency. Users input their desired minimum and maximum values, and the API verifies whether the provided value range is suitable for the purchase of the crypto or not.
## Crypto Guardian Documentation
#### Returns the bid value
```http
GET /api/v1/transaction
```| Return | Type | Description |
| :---------- | :--------- | :---------------------------------- |
| `bidValue` | `string` | The current purchase value of Ethereum in BRL. |#### Validate a transaction
```http
POST /api/v1/validate-transaction
```| Param | Type | Description |
| :---------- | :--------- | :------------------------------------------ |
| `rangeBidValue` | `string` | **Mandatory**. The financial range offered by the company for the operation, for example: $10,000 to $15,000. |## Author
- [@marcelldac](https://www.github.com/marcelldac)