GET
/
search
Search Assets
curl --request GET \
  --url https://api.amberdata.com/arc/search \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "metadata": {
      "next": null
    },
    "data": [
      {
        "assetSymbol": "2024token",
        "assetName": "2024TOKEN",
        "assetArcId": "AMB:202000003171",
        "classificationTags": [
          "Meme"
        ]
      },
      {
        "assetSymbol": "3d3d",
        "assetName": "3D3D",
        "assetArcId": "AMB:3D3000001344",
        "classificationTags": [
          "Meme"
        ]
      },
      {
        "assetSymbol": "3w3w",
        "assetName": "3w3w",
        "assetArcId": "AMB:3W3000000000",
        "classificationTags": [
          "Meme"
        ]
      }
    ]
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

filterBy
enum<string>
Available options:
exchange,
classificationTag,
assetName,
assetSymbol,
assetArcId
filterValue
string

An appropriate value that is within the context described by filterBy. <br><br> Examples: <br><br>filterBy=classificationTag&filterValue=Meme <br><br>filterBy=exchange&filterValue=poloniex

Response

200 - application/json

200

The response is of type any.