Dunes Info
curl --request GET \
--url https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune} \
--header 'api-key: <api-key>'import requests
url = "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}"
headers = {"api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'api-key': '<api-key>'}};
fetch('https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}")
.header("api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"data": {
"divisibility": 8,
"etching_cenotaph": false,
"etching_height": 5280961,
"etching_tx": "39a7cc8155a9e68692ee280e2dfb5a4007cfa5f83f2801abf10fb2682ee3fabc",
"id": "5280961:140",
"max_supply": "1000000000000.00000000",
"mints": 2,
"name": "TESTTESTTEEST",
"spaced_name": "TEST•TEST•TEEST",
"symbol": "a",
"terms": {
"amount_per_mint": "1000.00000000",
"end_height": "5290000",
"end_offset": null,
"mint_txs_cap": "1000000000",
"start_height": "5280850",
"start_offset": null
},
"unique_holders": 2
},
"last_updated": {
"block_hash": "304f07cefebe68472f2ceb02706f9a3b5a9e9ecb3534ec34923799c8ecd7f27d",
"block_height": 5303197
}
}Dunes
Dunes Info
Get detailed information about a specific Dogecoin Dune token including metadata, supply, and holder statistics.
GET
/
assets
/
dunes
/
{dune}
Dunes Info
curl --request GET \
--url https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune} \
--header 'api-key: <api-key>'import requests
url = "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}"
headers = {"api-key": "<api-key>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {'api-key': '<api-key>'}};
fetch('https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"api-key: <api-key>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("api-key", "<api-key>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}")
.header("api-key", "<api-key>")
.asString();require 'uri'
require 'net/http'
url = URI("https://xdg-mainnet.gomaestro-api.org/v0/assets/dunes/{dune}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["api-key"] = '<api-key>'
response = http.request(request)
puts response.read_body{
"data": {
"divisibility": 8,
"etching_cenotaph": false,
"etching_height": 5280961,
"etching_tx": "39a7cc8155a9e68692ee280e2dfb5a4007cfa5f83f2801abf10fb2682ee3fabc",
"id": "5280961:140",
"max_supply": "1000000000000.00000000",
"mints": 2,
"name": "TESTTESTTEEST",
"spaced_name": "TEST•TEST•TEEST",
"symbol": "a",
"terms": {
"amount_per_mint": "1000.00000000",
"end_height": "5290000",
"end_offset": null,
"mint_txs_cap": "1000000000",
"start_height": "5280850",
"start_offset": null
},
"unique_holders": 2
},
"last_updated": {
"block_hash": "304f07cefebe68472f2ceb02706f9a3b5a9e9ecb3534ec34923799c8ecd7f27d",
"block_height": 5303197
}
}Authorizations
Project API Key
Path Parameters
Dune, specified either by the Dune ID (etching block number and transaction index) or name (spaced or un-spaced)
Was this page helpful?
⌘I

