I have a sales channel app & want to know how to get the currency for the price in product listings

I have a sales channel app and i get the products associated to my channel by using https://shopify.dev/docs/api/admin-rest/2023-10/resources/productlisting#get-product-listings. But with this endpoint, the price comes without a currency.

The price comes with currency in the Products endpoint https://shopify.dev/docs/api/admin-rest/2023-10/resources/product but I don’t have the scopes to get those.

Viewing the shop properties - https://shopify.dev/docs/api/admin-rest/2023-10/resources/shop I see there is a default currency for the shop.

Is the price we get on the product listings endpoint the price in the default currency for the shop?

Thanks!

Pino