coins

Get coin quote by contract address

Retrieve a quote for the amount of the coin in exchange of ETH

get/v1/coins/quote/contract/{contractAddress}

Path parameters

contractAddressstring required

Contract address of 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

quotestring required

Approximate number of coins that could be received in exchange of the amount of ETH entered

Changes

Changed in 2 of the 63 revisions of this API.21

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • endpoint added

      endpoint-added