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": "bitrefill",
"name": "Bitrefill",
"description": "Purchase gift cards or mobile refills from more than 1650 businesses in 170 countries. Get eGifts & pay mobile bills quickly, safely, and privately with Bitcoin and other cryptocurrencies.",
"tags": [
"gift_cards"
],
"url": "https:\/\/btcinhere.com\/go\/bitrefill",
"pageUrl": "https:\/\/btcinhere.com\/service\/bitrefill",
"logoUrl": "https:\/\/btcinhere.com\/assets\/images\/logos\/bitrefill.png?t=1654781691",
"twitter": "https:\/\/twitter.com\/bitrefill",
"facebook": "https:\/\/facebook.com\/bitrefill",
"instagram": "https:\/\/www.instagram.com\/bitrefill\/",
"youtube": null,
"github": "https:\/\/github.com\/bitrefill",
"pinterest": null,
"telegram": "https:\/\/t.me\/bitrefill",
"discord": null,
"trustpilot": {
"score": 4.8,
"url": "https:\/\/www.trustpilot.com\/review\/bitrefill.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": 56168.65577526643,
"USD": 1518543649.0689998,
"AUD": 2362392325.7355995,
"CAD": 2063776778.6540713,
"CHF": 1390307237.81472,
"EUR": 1435251542.6004477,
"GBP": 1245014484.0417554,
"JPY": 226832487882.67163
},
"score": 90,
"url": "https:\/\/www.binance.com\/",
"country": "Cayman Islands",
"since": 2017,
"share": 14.937
},
{
"id": "huobi",
"name": "HTX",
"volume": {
"BTC": 23458.771731561254,
"USD": 634217934.1170596,
"AUD": 986650322.0507355,
"CAD": 861933896.8881177,
"CHF": 580660150.7276013,
"EUR": 599431085.7277296,
"GBP": 519978806.3378221,
"JPY": 94736316564.74313
},
"score": 90,
"url": "https:\/\/www.huobi.com",
"country": "Seychelles",
"since": 2013,
"share": 6.239
}
]
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": 56168.65577526643,
"USD": 1518543649.0689998,
"AUD": 2362392325.7355995,
"CAD": 2063776778.6540713,
"CHF": 1390307237.81472,
"EUR": 1435251542.6004477,
"GBP": 1245014484.0417554,
"JPY": 226832487882.67163
},
"score": 90,
"url": "https:\/\/www.binance.com\/",
"country": "Cayman Islands",
"since": 2017,
"share": 14.937
}
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": 27035.428
},
"AUD": {
"name": "Australian Dollar",
"unit": "A$",
"value": 42058.908
},
"CAD": {
"name": "Canadian Dollar",
"unit": "CA$",
"value": 36742.499
},
"CHF": {
"name": "Swiss Franc",
"unit": "Fr.",
"value": 24752.368
},
"EUR": {
"name": "Euro",
"unit": "\u20ac",
"value": 25552.535
},
"GBP": {
"name": "British Pound Sterling",
"unit": "\u00a3",
"value": 22165.645
},
"JPY": {
"name": "Japanese Yen",
"unit": "\u00a5",
"value": 4038417.597
}
}