Home

Get coin metadata

POST
https://sui.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired
methodstringrequired
paramsArray<string>required

Array with one coin type string

idintegerrequired

Response

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.