GET
/
{slug}
curl --request GET \
  --url https://chainz.cryptoids.info/{slug}
{
  "status": 200,
  "contractAddress": "0x43ce81f458c0ef40dd654d8573c899e9df789266",
  "decimal": 18,
  "symbol": "BAET"
}

Path Parameters

slug
string
default:
required

Response

200
application/json
Successful operation
status
integer
Example:

200

contractAddress
string
Example:

"0x43ce81f458c0ef40dd654d8573c899e9df789266"

decimal
integer
Example:

18

symbol
string
Example:

"BAET"