# Fetch pricing information for a specific destination and **GET /v2/Trunking/Numbers/{DestinationNumber}** Fetch pricing information for a specific destination and, optionally, origination phone number. Trunking pricing for a specific phone number ## Servers ## Parameters ### Path parameters - **DestinationNumber** (string(phone-number)) The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. ### Query parameters - **OriginationNumber** (string(phone-number)) The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. ## Responses ### 200 OK #### Body: (object) - **country** (string | null) The name of the country - **destination_number** (string(phone-number) | null) The destination phone number, in E.164 format - **iso_country** (string(iso-country-code) | null) The ISO country code - **originating_call_price** (object(inbound-call-price) | null) The OriginatingCallPrice record - **origination_number** (string(phone-number) | null) The origination phone number, in E.164 format - **price_unit** (string(currency) | null) The currency in which prices are measured, in ISO 4127 format (e.g. usd, eur, jpy) - **terminating_prefix_prices** (array[object(outbound-prefix-price-with-origin)] | null) - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)