Get token by id or symbol
Token
Get token by id or symbol
Mirrors GraphQL getToken. Path may be a MongoDB id or a token symbol (e.g. SOL). Public.
GET
Get token by id or symbol
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.