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
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"
    }
}

Tags

Get the list of all available tags.

GET
Response: object
{
    "advertising": "Advertising",
    "browser": "Browser",
    "bug_bounty": "Bug Bounty",
    "charity": "Charity",
    "credit_card": "Credit Card",
    "defi": "DeFi",
    "domains": "Domains",
    "ecommerce": "E-commerce",
    "exchange": "Exchange",
    "explorer": "Explorer",
    "gift_cards": "Gift Cards",
    "hardware_wallet": "Hardware Wallet",
    "loans": "Loans",
    "nft": "NFT",
    "payments": "Payments",
    "peer2peer": "Exchange Peer-to-Peer",
    "retail": "Retail",
    "vpn": "VPN",
    "wallet": "Wallet",
    "web_hosting": "Web Hosting"
}

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": 133249.40827653618,
            "USD": 3573501152.8278975,
            "AUD": 5437249966.439147,
            "CAD": 4807159618.994671,
            "CHF": 3238417533.3408093,
            "EUR": 3321236970.812783,
            "GBP": 2852829589.87934,
            "JPY": 496056414088.7969
        },
        "score": 100,
        "url": "https:\/\/www.binance.com\/",
        "country": "Cayman Islands",
        "since": 2017,
        "share": 21.409
    },
    {
        "id": "gdax",
        "name": "Coinbase Exchange",
        "volume": {
            "BTC": 33754.75809365756,
            "USD": 905239794.4670835,
            "AUD": 1377364895.5424244,
            "CAD": 1217750323.6638181,
            "CHF": 820356366.7413819,
            "EUR": 841336197.8226396,
            "GBP": 722679176.8482641,
            "JPY": 125661077785.98708
        },
        "score": 100,
        "url": "https:\/\/www.coinbase.com",
        "country": "United States",
        "since": 2012,
        "share": 5.423
    }
]

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": 133249.40827653618,
        "USD": 3573501152.8278975,
        "AUD": 5437249966.439147,
        "CAD": 4807159618.994671,
        "CHF": 3238417533.3408093,
        "EUR": 3321236970.812783,
        "GBP": 2852829589.87934,
        "JPY": 496056414088.7969
    },
    "score": 100,
    "url": "https:\/\/www.binance.com\/",
    "country": "Cayman Islands",
    "since": 2017,
    "share": 21.409
}

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": 26818.139
    },
    "AUD": {
        "name": "Australian Dollar",
        "unit": "A$",
        "value": 40805.059
    },
    "CAD": {
        "name": "Canadian Dollar",
        "unit": "CA$",
        "value": 36076.405
    },
    "CHF": {
        "name": "Swiss Franc",
        "unit": "Fr.",
        "value": 24303.429
    },
    "EUR": {
        "name": "Euro",
        "unit": "\u20ac",
        "value": 24924.966
    },
    "GBP": {
        "name": "British Pound Sterling",
        "unit": "\u00a3",
        "value": 21409.698
    },
    "JPY": {
        "name": "Japanese Yen",
        "unit": "\u00a5",
        "value": 3722766.356
    }
}