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.
Namespace:
CoinpaprikaApi.ImpAlways 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.
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).