Get list of supported chains in Unizen Aggregator SDK.
Last updated 7 months ago
List of chains
const response = await fetch('/trade/v1/info/chains', { method: 'GET', headers: {}, }); const data = await response.json();
{}