GET
/
assets
/
drc20
List DRC20
curl --request GET \
  --url https://xdg-mainnet.gomaestro-api.org/v0/assets/drc20 \
  --header 'api-key: <api-key>'
{
  "data": [
    "aosi",
    "ap'q",
    "fctb"
  ],
  "last_updated": {
    "block_hash": "0000000000000000000235c5edb5c89ef52715452a2aca610949194b3361ef7d",
    "block_height": 850368
  },
  "next_cursor": "BGZjdGI"
}

Authorizations

api-key
string
header
required

Project API Key

Query Parameters

count
integer
default:100

The max number of results per page

Required range: x >= 0
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

Response

200
application/json

Requested data

The response is of type object.