Get Collection Metadata

Get the collection / contract level metadata for a given contract (name, symbol, base token URI).

Get Collection Metadata

get

Get the collection / contract level metadata for a given contract (name, symbol, base token URI).

Query parameters
addressstringRequired

The address

chainall ofRequired

The chain to query

string · enumOptional

An enumeration.

Possible values:
Responses
200

Successful Response

application/json
get
GET /api/collections/metadata?address=text&chain=eth HTTP/1.1
Host: 
Accept: */*
{
  "token_address": "text",
  "name": "",
  "symbol": "",
  "contract_type": "text",
  "synced_at": ""
}

Last updated