Get coin metadata
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Returns metadata (symbol, decimals, description, icon, and object ID) for the specified coin type.
Body
application/json
jsonrpcstringrequiredmethodstringrequiredparamsArray<string>requiredArray with one coin type string
idintegerrequiredResponse
200OK
Successful response returning coin metadata.
400Bad Request
Bad Request — Invalid parameters.
401Unauthorized
Unauthorized — Missing or invalid API key.
500Internal Server Error
Internal Server Error — Could not retrieve coin metadata.