Skip to content

Commit

Permalink
chode(xcm-api): Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 17, 2024
1 parent ea1b081 commit 2ca4b89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/xcm-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,13 @@ const response = await fetch('http://localhost:3001/assets/:node/para-id');
const response = await fetch('http://localhost:3001/assets/:paraID?ecosystem=polkadot');

//Retrieve a list of implemented Parachains
const response = await fetch('http://localhost:3001/assets');
const response = await fetch('http://localhost:3001/nodes');

//Query list of node WS endpoints
const response = await fetch('http://localhost:3001/ws-endpoints/:node ');

//Query supported assets supported between two nodes
const response = await fetch('http://localhost:3001/supported-assets?origin=:node&destination=:node');

//Query native asset balance
const response = await fetch("http://localhost:3001/balance/:node/native", {
Expand Down

0 comments on commit 2ca4b89

Please sign in to comment.