Ethereum: Valid Asset Pair for Kraken.com
Since you are using the Kraken API, it is important to ensure that your requests are compatible with the support of their asset pairs. In this article, we will explore the supported asset pairs on 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 US dollar, providing a stable store of value.
- DAI: The DeFi (decentralized finance) protocol DAI is supported on Kraken.
Querying asset pairs
You can use the following syntax to start your queries:
query_public('Ticker', {'pair': 'XETHZEUR'})
This will return Ethereum ticker information relative to the Euro. Replace “XETHZEUR” with any other supported asset pair.
Use Case Examples
- To get the current Ethereum price 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, please refer to the official Kraken API documentation:
Please 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 Ethereum on Kraken, you can ensure seamless integration with the platform and use its features. Happy trading!