πŸ’²Bitcoin Price

This endpoint can be used to get the latest Bitcoin price

get

Fetch latest bitcoin price.

Authorizations
Responses
200

Default Response

application/json
get
GET /v1/bitcoin/price HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "currency": "text",
  "rate": 1
}

Last updated