π²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
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
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