coins
Get coin quote by ID
Retrieve a quote for the amount of coin in exchange of ETH
get/v1/coins/quote/{id}
Path parameters
idstring required
Paragraph-internal unique identifier for the coin
Query parameters
amountstring required
Amount of Base ETH in wei that is going to be swapped for the coin
Response
Coin quote retrieved successfully
Changes
Changed in 2 of the 61 revisions of this API.21
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
- ○