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

Documentation Index

Fetch the complete documentation index at: https://docs.coinpaprika.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platform_id
string
required
Example:

"eth_ethereum"

Response

successful operation

address
string
Example:

"0xd26114cd6ee289accf82350c8d8487fedb8a0c07"

id
string
Example:

"omg-omisego"

type
string
Example:

"ERC20"