cURL
curl --request GET \ --url https://api.paxos.com/v2/profiles/{profile_id} \ --header 'Authorization: Bearer <token>'
{ "id": "b7b77d82-e6a7-4ae9-9904-36231aedf985", "nickname": "MyProfileName", "type": "NORMAL" }
Read a single profile by its UUID, or read the default profile using the alias “default”.
funding:read_profile
NORMAL
DEFAULT
Was this page helpful?