POST
/
display-name
Set Custom Display Name
curl --request POST \
  --url https://profiles.b3.fun/display-name \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "displayName": "<string>",
  "signature": "<string>",
  "signer": "<string>",
  "timestamp": 123
}'
{
"success": true
}

Body

application/json

Request to set custom display name

Response

200
application/json

Display name set successfully

The response is of type object.