https://github.com/interlay/xcm-analysis
https://github.com/interlay/xcm-analysis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/interlay/xcm-analysis
- Owner: interlay
- Created: 2022-08-14T13:04:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T17:15:52.000Z (over 3 years ago)
- Last Synced: 2025-01-14T01:48:46.556Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 435 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XCM Data Analysis
Data fetched from https://polkaholic.io/ API using the "XCM search" endpoint.
API docs: https://docs.polkaholic.io/#search-xcm-transfers
Example POST request - get all XCM transfers from Acala to Interlay.
´´´
curl https://api.polkaholic.io/search/xcmtransfers \
-X POST \
-H "Content-Type: application/json" \
-d '{
"chainID": "acala",
"chainIDDest": "interlay"
}'
´´´