Get token pair contract address by contained tokens addresses
This API provides the pair contract address from the protocol which contains token1 and token2.
Query Parameters
- token0 string
address of 1st token contained in the pair contract
Example: 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 - token1 string
address of 2nd token contained in the pair contract
Example: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Responses
- 200
Successful response
Loading...