Pricing
Hostra does not publish a tier table. Transaction economics are returned by the quotes API at request time, and platform pricing for an integration is agreed directly with the team based on rails, volume and support needs.
Transaction fees come from the quote
For any money movement, the authoritative price is the response of POST /v1/quotes. A quote fixes the send amount, the fees and the resulting receive amount for 60 seconds; after that it expires and a stale quote is rejected rather than repriced silently. Integrators should always display and reconcile against the quote response instead of a value copied from a webpage.
In the current card-to-stablecoin model the quote returns a platform fee of 1.5% (150 bps) of the send amount plus a fixed per-network fee, with the receive amount equal to the send amount minus both. Worked examples for that specific flow are on stablecoin settlement and buy USDT with a card.
Platform pricing is agreed directly
Settlement engine, ledger and API access for a fintech, PSP or enterprise integration is priced per engagement. There is no self-serve plan and Hostra is not offered as a free product. What we need in order to quote:
- Which rails you intend to use: card charge, card push, on-chain stablecoin settlement, or a combination.
- Expected transaction volume and average value.
- Whether you need merchant-scoped M2M access for multiple merchants.
- Your reconciliation, reporting and support expectations.
Getting a price
Email support@hostracore.com with the details above, or use the contact page. If you would rather evaluate the API first, the developer hub covers authentication, scopes and the money-movement sequence.