Coinbase International Exchange API
const indexService = new IndexService(client); indexService.getIndexCompositionHistory({ index: 'COIN50', }).then(async (response) => { console.log('Index Composition History: ', response); })
For more information, please visit the INTX TS SDK.
Was this page helpful?