Data API
Read the detailed documentation before using our FREE usage API.
Services
Get the list of services.
GET
Query Parameters:
-
tags: string optional
- default:
''
- Comma separated values, see the available tags. Example:
?tags=vpn,payments
- default:
Response: object[]
- id: string
- name: string
- description: string
- logoUrl: string
- url: string
- pageUrl: string
- tags: string[]
-
trustpilot: object
- score: number
- url: string
- facebook: null | string
- twitter: null | string
- instagram: null | string
- pinterest: null | string
- youtube: null | string
- linkedin: null | string
- github: null | string
- telegram: null | string
- discord: null | string
[
{
"id": "localbitcoins",
"name": "LocalBitcoins",
"description": "LocalBitcoins is a bitcoin startup company based in Helsinki, Finland. Its service facilitates over-the-counter trading of local currency for bitcoins. Users post advertisements on the website, where they state exchange rates and payment methods for buying or selling bitcoins. For Paypal, Neteller, Payoneer, Transferwise, WebMoney & any other payment methods.",
"tags": [
"peer2peer"
],
"url": "https:\/\/btcinhere.com\/go\/localbitcoins",
"pageUrl": "https:\/\/btcinhere.com\/service\/localbitcoins",
"logoUrl": "https:\/\/btcinhere.com\/assets\/images\/logos\/localbitcoins.png?t=1647700079",
"twitter": "https:\/\/twitter.com\/LocalBitcoins",
"facebook": "https:\/\/www.facebook.com\/LocalBitcoinsCom\/",
"instagram": "https:\/\/www.instagram.com\/localbitcoins\/",
"youtube": "https:\/\/www.youtube.com\/c\/LocalBitcoinsTV",
"github": "https:\/\/github.com\/LocalBitcoins",
"pinterest": null,
"telegram": null,
"discord": null,
"trustpilot": {
"score": 4.8,
"url": "https:\/\/www.trustpilot.com\/review\/www.localbitcoins.com"
}
},
{
"id": "porkbun",
"name": "Porkbun",
"description": "Porkbun is an ICANN-accredited domain registrar based out of Portland, Oregon. Porkbun is among the companies with the best prices for registering domains in new gTLDs.",
"tags": [
"domains",
"web_hosting"
],
"url": "https:\/\/btcinhere.com\/go\/porkbun",
"pageUrl": "https:\/\/btcinhere.com\/service\/porkbun",
"logoUrl": "https:\/\/btcinhere.com\/assets\/images\/logos\/porkbun.png?t=1648077256",
"twitter": "https:\/\/twitter.com\/Porkbun",
"facebook": "https:\/\/www.facebook.com\/PorkbunLLC\/",
"instagram": "https:\/\/www.instagram.com\/porkbundomains\/",
"youtube": "https:\/\/www.youtube.com\/channel\/UCXe05A3Wp-qFsszt-CHCxyQ",
"github": "https:\/\/github.com\/porkbundomains\/",
"pinterest": null,
"telegram": null,
"discord": null,
"trustpilot": {
"score": 4.8,
"url": "https:\/\/www.trustpilot.com\/review\/porkbun.com"
}
}
]
Service
Get a single service by id.
GET
URL Parameters:
- id: string required
Response: object
- id: string
- name: string
- description: string
- logoUrl: string
- url: string
- pageUrl: string
- tags: string[]
-
trustpilot: object
- score: number
- url: string
- facebook: null | string
- twitter: null | string
- instagram: null | string
- pinterest: null | string
- youtube: null | string
- linkedin: null | string
- github: null | string
- telegram: null | string
- discord: null | string
{
"id": "localbitcoins",
"name": "LocalBitcoins",
"description": "LocalBitcoins is a bitcoin startup company based in Helsinki, Finland. Its service facilitates over-the-counter trading of local currency for bitcoins. Users post advertisements on the website, where they state exchange rates and payment methods for buying or selling bitcoins. For Paypal, Neteller, Payoneer, Transferwise, WebMoney & any other payment methods.",
"tags": [
"peer2peer"
],
"url": "https:\/\/btcinhere.com\/go\/localbitcoins",
"pageUrl": "https:\/\/btcinhere.com\/service\/localbitcoins",
"logoUrl": "https:\/\/btcinhere.com\/assets\/images\/logos\/localbitcoins.png?t=1647700079",
"twitter": "https:\/\/twitter.com\/LocalBitcoins",
"facebook": "https:\/\/www.facebook.com\/LocalBitcoinsCom\/",
"instagram": "https:\/\/www.instagram.com\/localbitcoins\/",
"youtube": "https:\/\/www.youtube.com\/c\/LocalBitcoinsTV",
"github": "https:\/\/github.com\/LocalBitcoins",
"pinterest": null,
"telegram": null,
"discord": null,
"trustpilot": {
"score": 4.8,
"url": "https:\/\/www.trustpilot.com\/review\/www.localbitcoins.com"
}
}
Exchanges
Get the list of exchanges.
GET
Response: object[]
- id: string
- name: string
- score: number
- share: number
-
volume: object
- USD: number
- EUR: number
- GBP: number
- JPY: number
- CAD: number
- AUD: number
- CHF: number
- url: string
- country: null | string
- since: null | number
[
{
"id": "binance",
"name": "Binance",
"volume": {
"BTC": 292716.5087301106,
"USD": 12757168834.46012,
"AUD": 19366530800.814743,
"CAD": 17311554946.153206,
"CHF": 11157942924.246576,
"EUR": 11828689339.042225,
"GBP": 10127316783.225714,
"JPY": 1875946465173.7446
},
"score": 100,
"url": "https:\/\/www.binance.com\/",
"country": "Cayman Islands",
"since": 2017,
"share": 17.408
},
{
"id": "okex",
"name": "OKX",
"volume": {
"BTC": 100990.6898145578,
"USD": 4401375536.56323,
"AUD": 6681684314.199296,
"CAD": 5972693113.071388,
"CHF": 3849623506.783823,
"EUR": 4081039026.9221516,
"GBP": 3494045185.0343676,
"JPY": 647223924591.683
},
"score": 100,
"url": "https:\/\/www.okx.com",
"country": "Seychelles",
"since": 2017,
"share": 6.006
}
]
Exchange
Get a single exchange by id.
GET
URL Parameters:
- id: string required
Response: object
- id: string
- name: string
- score: number
- share: number
-
volume: object
- USD: number
- EUR: number
- GBP: number
- JPY: number
- CAD: number
- AUD: number
- CHF: number
- url: string
- country: null | string
- since: null | number
{
"id": "binance",
"name": "Binance",
"volume": {
"BTC": 292716.5087301106,
"USD": 12757168834.46012,
"AUD": 19366530800.814743,
"CAD": 17311554946.153206,
"CHF": 11157942924.246576,
"EUR": 11828689339.042225,
"GBP": 10127316783.225714,
"JPY": 1875946465173.7446
},
"score": 100,
"url": "https:\/\/www.binance.com\/",
"country": "Cayman Islands",
"since": 2017,
"share": 17.408
}
Exchange Rates
Returns the bitcoin price for each available currency.
GET
Response: object
-
(code): object
- name: string
- unit: string
- value: number
{
"BTC": {
"name": "Bitcoin",
"unit": "BTC",
"value": 1
},
"USD": {
"name": "US Dollar",
"unit": "$",
"value": 43581.993
},
"AUD": {
"name": "Australian Dollar",
"unit": "A$",
"value": 66161.389
},
"CAD": {
"name": "Canadian Dollar",
"unit": "CA$",
"value": 59141.027
},
"CHF": {
"name": "Swiss Franc",
"unit": "Fr.",
"value": 38118.598
},
"EUR": {
"name": "Euro",
"unit": "\u20ac",
"value": 40410.052
},
"GBP": {
"name": "British Pound Sterling",
"unit": "\u00a3",
"value": 34597.696
},
"JPY": {
"name": "Japanese Yen",
"unit": "\u00a5",
"value": 6408748.428
}
}