API Basics - Cryptoscan
You can get data from
or listen data by WebSocket
Sort data
asc
- Ascending (from low to high)desc
- Descending (from high to low)
Filter data
minParam
- Minimal number value to filtermaxParam
- Maximal number value to filterparam
- Filter string
Get Types column
You can show all unique columns by slicing. Put slice=type into the url to get all types in the api.
Get column values
You can select all unique values of a column and check it in the {"data": [], "slice": { DATA OBJECT }}
Group by values
If you found a many duplicates of column, you can group data by column.
Last updated