cURL
curl --request POST \ --url https://api.paxos.com/v2/profiles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "nickname": "<string>", "description": "<string>" }'
{ "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985", "nickname": "MyProfileName", "type": "NORMAL" }
Create a new profile for this account. Profiles created using this endpoint always have a type of NORMAL.
NORMAL
funding:write_profile
DEFAULT
Was this page helpful?