Valuations Endpoints
Last updated
Last updated
https://valuations-api.dimo.zone/
GET
/v1/vehicles/{tokenId}/valuations
Retrieves current valuation of a vehicle.
Submits an offer request to 3rd party services such as Carvana, Carmax, and Vroom. Note that this endpoint will refresh the existing unexpired offers (if any).
POST
/v1/vehicles/{tokenId}/instant-offer
GET
/v1/vehicles/{tokenId}/offers
Lists existing unexpired offers for a given vehicle that was retrieved in a prior submission of. If offers expired, this endpoint will not return any results.
tokenId*
String
Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a token
that is permitted to access trips data for this specific vehicle.
Authorization*
String
Bearer authentication using the token
generated from the Token Exchange.
tokenId*
String
Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a token
that is permitted to access trips data for this specific vehicle.
Authorization*
String
Bearer authentication using the token
generated from the Token Exchange.
tokenId*
String
Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a token
that is permitted to access trips data for this specific vehicle.
Authorization*
String
Bearer authentication using the token
generated from the Token Exchange.