Ethereum: A valid asset pair for Kraken.com
When using the Kraken API, it is important to ensure that your requests are compatible with asset pair support. In this article, we will explore the supported asset pairs for Ethereum on Kraken.
Supported Asset Pairs
Kraken currently supports a variety of Ethereum-based assets, including:
- Ethereum Classic (ETC)
: A proof-of-work blockchain that uses Ethash as its consensus algorithm.
- Ethereum Token (ETH): The native cryptocurrency of the Ethereum network, used for transaction fees and governance.
- USDT
: Tether (USDT) is a stablecoin pegged to the U.S. dollar that provides a stable store of value.
- DAI: The decentralized finance (DeFi) protocol DAI is supported on Kraken.
Querying Asset Pairs
To get started with your queries, you can use the following syntax:
query_public('Ticker', {'pair': 'XETHZEUR'})
This will return ticker information for Ethereum against the Euro. Replace XETHZEUR
with any other supported asset pair.
Use case examples
- To get the current price of Ethereum in USDT, you can use:
query_public('Ticker', {'pair': 'USDT'})
- To check if a specific Ethereum token is available for trading on Kraken, you can use:
query_public('Ticker', {'pair': 'ETH'})
API Documentation
For more information on supported asset pairs and request parameters, see the official Kraken API documentation:
Note that this list is subject to change as new assets are added or removed from support. Always check the Kraken API documentation for the most up-to-date information.
By using the supported asset pair for Ethereum on Kraken, you can ensure seamless integration with their platform and utilize their features. Happy trading!
Leave a Reply