GET
/
contracts
/
{platform_id}
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/contracts/eth-ethereum'
[
  {
    "address": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
    "id": "omg-omisego",
    "type": "ERC20"
  }
]

Path Parameters

platform_id
string
required
Example:

"eth_ethereum"

Response

200
application/json

successful operation

The response is of type object[].