PersonsImp..::..GetPersonAsync Method

Get information about a person with the specified ID, related to the cryptocurrency market. Using this endpoint you can get a description of the person, social media links, number of teams she or he is involved in and the positions in those teams.

Always check that the error field of the response is not null or empty. If the person was not found the error field will have data.

Namespace:  CoinpaprikaApi.Imp
Assembly:  CoinpaprikaApi (in CoinpaprikaApi.dll)

Syntax


public Task<PersonResponse> GetPersonAsync(
	string person_id
)
Public Function GetPersonAsync ( _
	person_id As String _
) As Task(Of PersonResponse)

Parameters

person_id
Type: String
The person identifier (name) (ex: vitalik-buterin).

Return Value

A Task<PersonResponse> representing the asynchronous operation.