Last updated 1 year ago
Get list of supported chains
OK
List of supported chains
const response = await fetch('https://api.sandbox.horizonland.app/v1/chains', { method: 'GET', headers: {}, }); const data = await response.json();
{ "result": [ { "id": "text", "name": "text", "symbol": "text" } ] }