Get Supported Price Symbols - Wallet & Data API
Get Supported Price Symbols - Retrieve all supported token symbols for price queries
Get Supported Price Symbols - [Value: 367CU]
Retrieve all supported token symbols for price queries.
GET https://lb.drpc.live/lambda/{key}/v1/tokens/prices/supported
Use cases
- Retrieve all tokens supported for price queries
- Validate token symbol availability before fetching price data
Constraints
- Only currently supported tokens are returned
- Token list may change over time
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request GET \
--url https://lb.drpc.live/lambda/{key}/v1/tokens/prices/supported \
--header 'accept: application/json'Response
200
{
"data": [
"string"
]
}Path params
keystring
[Required] Your dRPC API key
Query params
Request params
Response
200
Response params
object
dataarray_of_strings
[Required] List of supported token symbols for pricing