get https://api.bitfinex.com/v2/ext/p2pt/profile/
Returns the public anonymous information about any valid user profile registered to the P2P service
Response Fields
Term | Type | Description |
---|---|---|
ID | string | ID of the profile being returned |
DISPLAY_NAME | string | The P2P profile display name of the profile owner |
IS_ONLINE | boolean | Whether or not the profile is currently shows as online to other users |
IS_CORPORATE | boolean | Whether or not the Account is verified as a corporate account |
LAST_SEEN | int | Timestamp (ms) from the last tracked hearthbeat |
VERIFICATION_LEVEL_STR | string | Account verification as one of the following strings: "Basic", "Basic Plus", "Intermediate" or "Full" (similar to VERIFICATION_LEVEL) |
VERIFICATION_LEVEL | int | Account verification level as an integer between 0 and 3 |
CREATED_AT | string | Datetime of the account creation |
IS_BLOCKED | boolean | Whether or not a user this user is blocked from trading in the P2P service |
FEEDBACK_POSITIVE | int | Number of positive counterpart ratings after a successful order |
FEEDBACK_NEGATIVE | int | Number of negative counterpart ratings after a successful order |
REPUTATION | float | Positive feedback displayed as a % of total responses |
TRADES_SUCCESSFUL_30D | int | Number of successful trades in the last 30 days |
TRADES_FAILED_30D | int | Number of failed trades in the last 30 days |
TRADES_VOLUME_30D | float | Volume of successful trades in the last 30 days, measured in UST equivalent (priced at the time of the trade) |
TRADES_TOTAL_30D | int | Number of total number of "closed" trades in the last 30 days |
TRADES_FAILED | int | Total number of successful trades in the past 2 years |
TRADES_SUCCESSFUL | int | Total number of failed trades in the past 2 years |
TRADES_VOLUME | float | Total volume of successful trades in the past 2 years, measured in UST equivalent (priced at the time of the trade) |
TRADES_TOTAL | int | Number of total number of "closed" trades in the past 2 years |
AVG_PAY_TIME | int | The average elapsed time between "waiting for payment" and "declared payment", rounded to the nearest integer |
AVG_RELEASE_TIME | int | The average elapsed time between "declared payment" and the successful termination of an order, rounded to the nearest integer |
Ratelimit: 60 req/min