Runes

Unlock the power of Runes with our API endpoints, designed to give you unparalleled access to:

  • Real-Time Data: Stay updated with the latest Runes activity.

  • Detailed Insights: Retrieve granular information about specific Runes.

  • Historical Trends: Analyze past performance to make data-driven decisions.

Whether you’re building analytical tools, trading strategies, or exploring the Runes ecosystem, our API delivers the data you need.

Get Runes Tickers

get

Returns information about runes tickers. Note: avg_unit_price_in_sats is scaled by decimals to make ordering more meaningful. Note: avg_unit_price_in_sats, min_listed_unit_price_in_sats, listed_supply, listed_supply_ratio, marketcap and total_sale_info are only available in PRO tier.

Authorizations
x-api-KeystringRequired
Query parameters
sort_bystring · enumRequired

Field to sort by. PRO tier fields include: avg_unit_price_in_sats, min_listed_unit_price_in_sats, min_listed_unit_price_unisat, listed_supply, listed_supply_ratio, marketcap, total_volume

Possible values:
orderstring · enumRequired

Sort order

Possible values:
offsetintegerRequired

Starting offset for pagination

countinteger · min: 20 · max: 200Required

Number of results to return

minting_statusstring · enumOptional

Filter by minting status:

  • not_complete: only tickers with mintable = true
  • completed: only tickers with mintable = false
  • unset: all tickers
Possible values:
Responses
chevron-right
200

Successful response

application/json
get
/runes/tickers

Get Runes Ticker Information

get

Returns information about given runes ticker. Note: One of rune_name, rune_id or rune_number must be specified. Note: avg_unit_price_in_sats, min_listed_unit_price_in_sats, listed_supply, listed_supply_ratio, marketcap and total_sale_info are only available in PRO tier.

Authorizations
x-api-KeystringRequired
Query parameters
rune_namestringOptional

Non-Spaced name of Rune

rune_idstringOptional

Rune ID

rune_numberintegerOptional

Rune Number

Responses
chevron-right
200

Successful response

application/json
get
/runes/ticker_info

Get Runes Market Information

get

Returns market information about a specific runes ticker. One of rune_name, rune_id, or rune_number must be provided.

Authorizations
x-api-KeystringRequired
Query parameters
rune_namestringOptional

Non-Spaced name of Rune

rune_idstringOptional

Rune ID

rune_numberintegerOptional

Rune Number

Body
anyOptional
or
anyOptional
or
anyOptional
Responses
chevron-right
200

Successful response

application/json
get
/x/runes/market_info

Get Runes Wallet Valid Outputs

get

Returns unspent output information of a given wallet. Note: One of 'address' or 'pkscript' must be specified.

Authorizations
x-api-KeystringRequired
Query parameters
addressstringOptional

Bitcoin wallet address

pkscriptstringOptional

Bitcoin script_pub_key

sort_bystring · enumRequiredPossible values:
orderstring · enumRequiredPossible values:
offsetintegerRequired
countinteger · min: 20 · max: 2000Required
Responses
chevron-right
200

Successful response

application/json
get
/runes/wallet_valid_outputs

Get Runes Wallet Balances

get

Returns runes balance information about given bitcoin wallet address or pkscript. Note: One of address or pkscript must be specified. Note: avg_unit_price_in_sats and min_listed_unit_price_in_sats is scaled by decimals.

Authorizations
x-api-KeystringRequired
Query parameters
addressstringOptional

Bitcoin wallet address

pkscriptstringOptional

Bitcoin script_pub_key

Responses
chevron-right
200

Successful response

application/json
get
/runes/wallet_balances

Get Runes Wallet Activity

get

Retrieves rune transaction activity for a specified wallet. When a wallet participates in a rune transaction, this endpoint returns all transaction activity, including inputs/outputs involving other wallets.

Note: You must provide either 'address' or 'pkscript' to identify the wallet.

Optional rune filtering is available. To see all wallet activity, leave rune_name, rune_id, and rune_number parameters empty. To filter for specific rune transactions, provide exactly one of these parameters to show only transactions where the specified wallet interacts with that particular rune.

Authorizations
x-api-KeystringRequired
Query parameters
addressstringOptional

Bitcoin wallet address

pkscriptstringOptional

Bitcoin script_pub_key

rune_namestringOptional

Non-Spaced name of Rune

rune_idstringOptional

Rune ID

rune_numberintegerOptional

Rune Number

sort_bystring · enumRequired

Field to sort by (currently only timestamp is supported)

Possible values:
orderstring · enumRequired

Sort order

Possible values:
offsetintegerRequired

Starting offset for pagination

countinteger · min: 20 · max: 2000Required

Number of results to return

Responses
chevron-right
200

Successful response

application/json
get
/runes/wallet_activity

Want to Dive In? Request Your API Key

Like what you see? Start accessing our Runes endpoints today! 👉 Fill out the form on our websitearrow-up-right to request your API key and unlock the full potential of our API.


Why Use Our Runes API?

  • Comprehensive coverage of Runes transactions and trends.

  • Seamless integration for developers and analysts.

  • Reliable, fast, and designed for scalability.

Last updated