curl --request GET \
--url https://api.example.com/v1/random/hex \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random hexadecimal string(s).
curl --request GET \
--url https://api.example.com/v1/random/hex \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Number of hex characters
1 <= x <= 256Use uppercase letters
Include 0x prefix
Number of hex strings to generate
1 <= x <= 100Successful Response