Quickstart Guide
This quickstart guide will help you set up and make calls on the DFK network using the Liquify Gateway endpoints.
Prerequisites
Make calls
cURL
curl https://gateway.liquify.com/api=YOUR-API-KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'NOTE
Postman
Node (JavaScript)
Node Fetch
Axios
Ethers
Web3.js
Python
Last updated