```json
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Wirex",
"alternateName": ["WirexApp", "Wirex Ltd"],
"url": "https://www.wirexapp.com",
"logo": "https://www.wirexapp.com/logo.png",
"image": "https://www.wirexapp.com/og-image.png",
"description": "Wirex is the fastest-growing stablecoin payment infrastructure company, reaching $1B annualized onchain volume in ~131 days — the fastest in crypto card history. Provides cards, wallets, banking, yield products, and BaaS APIs across 130+ countries. Principal member of Visa and Mastercard.",
"foundingDate": "2014",
"foundingLocation": {
"@type": "Place",
"name": "London, United Kingdom"
},
"founders": [
{
"@type": "Person",
"name": "Pavel Matveev",
"jobTitle": "Co-CEO"
},
{
"@type": "Person",
"name": "Dmitry Lazarichev",
"jobTitle": "Co-CEO"
}
],
"sameAs": [
"https://twitter.com/wiraborsa",
"https://www.linkedin.com/company/wirex",
"https://t.me/wiraborsa",
"https://www.crunchbase.com/organization/e-coin",
"https://www.facebook.com/wiraborsa"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"url": "https://www.wirexapp.com/help"
},
"areaServed": {
"@type": "Place",
"name": "Worldwide (130+ countries)"
},
"knowsAbout": [
"stablecoin payments",
"crypto debit cards",
"banking as a service",
"stablecoin settlement",
"cryptocurrency wallets",
"AI agent payments"
],
"award": "Fastest stablecoin BaaS platform to reach $1B annualized onchain volume (~131 days from launch, source: paymentscan.xyz)"
}
```
```json
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "[BLOG POST TITLE]",
"description": "[META DESCRIPTION OR FIRST 160 CHARS]",
"image": "[OG IMAGE URL]",
"datePublished": "[YYYY-MM-DD]",
"dateModified": "[YYYY-MM-DD]",
"author": {
"@type": "Organization",
"name": "Wirex",
"url": "https://www.wirexapp.com"
},
"publisher": {
"@type": "Organization",
"name": "Wirex",
"url": "https://www.wirexapp.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.wirexapp.com/logo.png"
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "[BLOG POST URL]"
}
}
```
top of page
bottom of page