Skip to main content

types.PricesResponse

Response containing cryptocurrency price data as a map of symbol to price.

data object

Generic map of string keys to float64 values, used for price data.

property name*number<float64>
pagination object

Pagination metadata for paginated API responses.

next_keystring
types.PricesResponse
{
"data": {},
"pagination": {
"next_key": "string"
}
}