POST
/
crypto
/
coin
curl --request POST \
  --url https://api.scrapetable.com/crypto/coin \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "coin": "dogecoin"
}'
{}

This endpoint costs 1 credit per search.

Authorizations

api-key
string
header
required

Body

application/json
coin
string
Example:

"dogecoin"

Response

200 - application/json
Successful response

The response is of type object.