get supported projects

get supported projects

Log in to see full request history

Sample Request

curl --request GET \ --url 'https://api.0xscope.com/v2/project/supported?chain=ethereum&limit=10&page=1' \ --header 'API-KEY: your-api-key' \ --header 'accept: */*'

Sample Response

{ "code": 0, "data": { "total": 2588, "page": 1, "limit": 10, "rows": [ { "project_id": "5eth", "project_name": "5eth" }, { "project_id": "acrocc_v2", "project_name": "Across V2" }, { "project_id": "airswap", "project_name": "AirSwap" }, { "project_id": "baex", "project_name": "baex" }, { "project_id": "battle-festival-pre-sale", "project_name": "battle festival pre sale" }, { "project_id": "bet100", "project_name": "bet100" }, { "project_id": "blocklords", "project_name": "blocklords" }, { "project_id": "bloxmove", "project_name": "BloXmove" }, { "project_id": "brewlabs", "project_name": "Brew Labs" }, { "project_id": "chic-cow-bullzz", "project_name": "chic cow bullzz" } ] }, "uuid": 1656863852572573700 }
Query Params
string
required
Defaults to ethereum

specific the network

string
required
Defaults to 10

limit

string
required
Defaults to 1

page

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*