Skip to main content
POST
/
api
/
messari
/
assets
/
profile
/messari/assets/profile
curl --request POST \
  --url https://api.anysite.io/api/messari/assets/profile \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "asset": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "MessariAssetProfile",
    "name": "<string>",
    "slug": "<string>",
    "symbol": "<string>",
    "about": "<string>",
    "sectors": [],
    "sub_sectors": [],
    "tags": [],
    "links": [],
    "team_members": [],
    "networks": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
asset
string
required

Asset slug or ticker symbol

Minimum string length: 1
Examples:

"bitcoin"

"ethereum"

"BTC"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:MessariAssetProfile
name
string | null
slug
string | null
symbol
string | null
about
string | null
sectors
string[]
sub_sectors
string[]
tags
string[]
team_members
object[]
networks
object[]