Skip to main content
GET
/
v0
/
platform
/
assets
/
{identifier}
Get Asset
curl --request GET \
  --url https://api.blockaid.io/v0/platform/assets/{identifier} \
  --header 'X-API-Key: <api-key>'
{
  "identifier": "0xFf7d6A96ae471BbCD7713aF9CB1fEeB16cf56B41",
  "identifier_type": "address",
  "alias": "Bedrock",
  "tags": [
    "example"
  ],
  "added_by": "API",
  "created_at": "2025-07-14T20:10:58.180233",
  "address_details": {
    "chain": "bsc",
    "runtime": "evm",
    "properties": [
      "token",
      "address",
      "erc20",
      "contract"
    ],
    "address": "0xFf7d6A96ae471BbCD7713aF9CB1fEeB16cf56B41"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

identifier
string
required

The identifier of the asset.

Query Parameters

runtime
enum<string>
required

The runtime of the hosting chain. The runtime name

Available options:
evm,
sui
chain_name
enum<string>
required

The chain where the asset resides. The chain name

Available options:
arbitrum,
avalanche,
base,
bsc,
ethereum,
optimism,
polygon,
ethereum-sepolia,
gnosis,
soneium-minato,
abstract,
soneium,
mainnet

Response

Asset retrieved successfully

identifier
string
required

The address identifier of the asset.

tags
string[]
required
added_by
string
required

The user who added the asset.

created_at
string<date-time>
required

The date and time the asset was created.

address_details
object
required
identifier_type
enum<string>
default:address
Available options:
address
alias
string

The alias of the asset.