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=1703792853",
        "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=1703792851",
        "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=1703792853",
    "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": 389233.27370043297,
            "USD": 22027185823.30142,
            "AUD": 33623133600.49849,
            "CAD": 29725775472.69741,
            "CHF": 19383967274.32521,
            "EUR": 20298580225.434288,
            "GBP": 17368524000.07002,
            "JPY": 3309790793880.392
        },
        "score": 100,
        "url": "https:\/\/www.binance.com\/",
        "country": "Cayman Islands",
        "since": 2017,
        "share": 21.626
    },
    {
        "id": "bybit_spot",
        "name": "Bybit",
        "volume": {
            "BTC": 99471.99896381069,
            "USD": 5629241777.200783,
            "AUD": 8592688592.29887,
            "CAD": 7596684319.682141,
            "CHF": 4953743944.589373,
            "EUR": 5187481357.786554,
            "GBP": 4438679624.978743,
            "JPY": 845846253814.077
        },
        "score": 100,
        "url": "https:\/\/www.bybit.com",
        "country": "British Virgin Islands",
        "since": 2018,
        "share": 5.527
    }
]

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": 389233.27370043297,
        "USD": 22027185823.30142,
        "AUD": 33623133600.49849,
        "CAD": 29725775472.69741,
        "CHF": 19383967274.32521,
        "EUR": 20298580225.434288,
        "GBP": 17368524000.07002,
        "JPY": 3309790793880.392
    },
    "score": 100,
    "url": "https:\/\/www.binance.com\/",
    "country": "Cayman Islands",
    "since": 2017,
    "share": 21.626
}

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": 56591.22
    },
    "AUD": {
        "name": "Australian Dollar",
        "unit": "A$",
        "value": 86382.989
    },
    "CAD": {
        "name": "Canadian Dollar",
        "unit": "CA$",
        "value": 76370.078
    },
    "CHF": {
        "name": "Swiss Franc",
        "unit": "Fr.",
        "value": 49800.386
    },
    "EUR": {
        "name": "Euro",
        "unit": "\u20ac",
        "value": 52150.167
    },
    "GBP": {
        "name": "British Pound Sterling",
        "unit": "\u00a3",
        "value": 44622.403
    },
    "JPY": {
        "name": "Japanese Yen",
        "unit": "\u00a5",
        "value": 8503360.369
    }
}