Coinbase Prime API
List all assets available for a given entity.
primectl list-assets --help
const assetsService = new AssetsService(client); assetsService.listAssets({ entityId: 'ENTITY_ID_HERE' }).then(async (response) => { console.log('Assets: ', response); })
Was this page helpful?