POST
/
preference
Set Profile Preference
curl --request POST \
  --url https://profiles.b3.fun/preference \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "preferredType": "ensdata",
  "signature": "<string>",
  "signer": "<string>",
  "timestamp": 123
}'
{
"success": true
}

Body

application/json

Request to set profile source preference

Response

200
application/json

Preference set successfully

The response is of type object.