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
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The display name of the profile. Must be unique.
The description of the created profile.
A successful response.
The profile type.
CreateProfile
DEFAULT
Was this page helpful?