Updated on 2026-08-14
This commit is contained in:
parent
3920719b01
commit
fcd16ea486
7 changed files with 51 additions and 5 deletions
|
|
@ -30,6 +30,8 @@ data class TokenMarketInfoResponse(
|
|||
val links: Links?,
|
||||
@Json(name = "price_performance")
|
||||
val pricePerformance: PricePerformance?,
|
||||
@Json(name = "exchanges_amount")
|
||||
val exchangesAmount: Int?,
|
||||
) {
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue