Actions8
- Account Actions
- Market Actions
- Order Actions
Overview
This node interacts with the DeltaDefi Protocol via the CrowdHydra API to retrieve the current market price for a specified trading pair symbol. It is useful for users who want to get real-time price information for trading pairs such as ADAUSDM, enabling them to make informed trading decisions or integrate market price data into their workflows.
Use Case Examples
- A user wants to fetch the latest price of ADAUSDM to display on a dashboard.
- A trading bot needs to get the current market price of a specific symbol before placing an order.
Properties
| Name | Meaning |
|---|---|
| Symbol | The trading pair symbol for which to get the current market price (e.g., ADAUSDM). This is a required string input. |
Output
JSON
json- The JSON output contains the current market price data for the specified trading pair symbol.
Dependencies
- Requires an API key credential for the CrowdHydra API to authenticate requests.
Troubleshooting
- If the node fails to retrieve the market price, ensure the API key credential is correctly configured and valid.
- Common errors may include network issues or invalid symbol input; verify the trading pair symbol is correct and supported by the DeltaDefi Protocol.
Links
- DeltaDefi Protocol Documentation - Official documentation for the DeltaDefi Protocol and CrowdHydra API.
