Mercuryo PRO
Mercuryo PRO is an OTC (over-the-counter) widget for large transactions — equivalent to €50,000 or more — processed via IBAN transfer. Each transaction is handled with dedicated support from a Customer Success Manager.
Features
- High-volume transaction processing (€50,000+)
- Dedicated Customer Success Manager per transaction
- Lower commissions starting from 1% (below 1% for transactions over €1 million)
- Currently supports USD and EUR only
- Specialized KYB/KYC procedures (different from standard widget verification)
- Requires a separate agreement between Mercuryo and the client
Integration Methods
Method 1 — Automatic Redirect from Standard Widget
When a user enters an amount of €50,000 or more in the standard widget, the widget automatically shows a Mercuryo PRO notification with a link to the PRO interface. No additional integration is required.
Method 2 — Direct Redirect
Generate a PRO widget URL for a specific user and send it directly.
Steps:
- Call
GET /v1.6/get-otc-idto get a newotc_id. - Build the PRO URL with the OTC ID.
- Send the URL to the user. Mercuryo will contact them to proceed.
URL example:
https://exchange.mercuryo.io/?otc_id=4d5591ad-5129-4f11-859c-298e4ed1508c
Supported parameters:
| Parameter | Description | Example |
|---|---|---|
otc_id |
OTC transaction ID | 4d5591ad-... |
fiat_amount |
Fiat amount | 60000 |
fiat_currency |
Fiat currency | EUR |
type |
Operation type | buy or sell |
amount |
Crypto amount | 0.1 |
currency |
Cryptocurrency | BTC |
network |
Blockchain network | SOLANA |
Full URL example:
https://exchange.mercuryo.io/?otc_id=123&fiat_amount=60000&fiat_currency=EUR&type=sell¤cy=USDC&network=POLYGON