Valuations Endpoints
Last updated
Last updated
https://valuations-api.dimo.zone/
GET
/v1/vehicles/{tokenId}/valuations
Retrieves current valuation of a vehicle.
Name | Type | Description |
---|
Name | Type | Description |
---|
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
Name | Type | Description |
---|
Name | Type | Description |
---|
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.
Name | Type | Description |
---|
Name | Type | Description |
---|
tokenId* | String | Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a |
tokenId* | String | Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a |
tokenId* | String | Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a |
Authorization* | String |
Authorization* | String |
Authorization* | String |
Bearer authentication using the token
generated from the .
Bearer authentication using the token
generated from the .
Bearer authentication using the token
generated from the .