Expert-level comprehensive reference for CoinFi blockchain and RPC endpoints. Follow these examples to interact with the secure, Cosmos-based CoinFi network using Curl commands.
curl
commands and examples to interact directly with our Cosmos-based CoinFi network. You can use these examples when:
Note:
- Many endpoints (such as transaction broadcasting) are compatible with both GET (via query parameters) and POST (with a JSON payload).
- Replace placeholder values (e.g.,
<HEIGHT>
,<TX_DATA>
,<QUERY>
) with your actual values.- Ensure you use the correct endpoint (
https://api.coinfi.zone
) and a valid API token in production.