Get digital assets and multiple blockchains data in postman with our API collection!
Setup is quick and simple! There are 3 steps we will follow to be able to interact with Amberdata APIs with Postman.
You must download and install the Postman App here: Install Postman
Click the following button to get the latest API collection, a json file we will import in the next step.
Download API CollectionTo import the Amberdata Collection into Postman, click Import in the upper-left corner.
Click "Upload Files", and select your downloaded Amberdata API Collection file.
Before you can start making requests, we need to add Environment Variables! 🛠
Environment variables make it easy to manage your api key and API endpoints across the entire API collection so you dont have to do a lot of setup on each request! 🆒
Click the settings icon in the top right of postman (next to the EYE icon): ⚙️
API_KEY
: YOUR_API_KEY
- This is the API Key for your Amberdata Accounturl
: https://web3api.io/api/v2
- The API endpoint for all REST servicesrpc_url
: https://rpc.web3api.io
- The API endpoint for all RPC servicesSee example here:
For a quick test, let's use "Market Rankings" endpoint to see the latest cryptocurrency ranked assets by market cap.
query params
item, by adding ?format=csv
to the url. Click "Send" again, and results will be in CSV!