GET /output/{outpoint} - Ordinals REST API
Please note that this REST method requires the Ordinals & Runes API add-on enabled on your Quicknode endpoint.
Path Parameters
outpoint
string
REQUIRED
Loading...
Returns
address
string
Loading...
confirmations
integer
Loading...
indexed
boolean
Loading...
inscriptions
array
Loading...
outpoint
string
Loading...
runes
object
Loading...
sat_ranges
array
Loading...
script_pubkey
string
Loading...
spent
boolean
Loading...
transaction
string
Loading...
value
integer
Loading...
Request
1curl -X GET "https://docs-demo.btc.quiknode.pro/output/8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810:0" \2-H "Content-Type: application/json" \3-H "Accept: application/json"
1curl -X GET "https://docs-demo.btc.quiknode.pro/output/8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810:0" \2-H "Content-Type: application/json" \3-H "Accept: application/json"
Response
1{2"address": "bc1qexv5yqvzd6wktv4e8vpa562wux09vhv46dpan6",3"confirmations": 146734,4"indexed": false,5"inscriptions": [],6"outpoint": "8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810:0",7"runes": {},8"sat_ranges": null,9"script_pubkey": "0014c9994201826e9d65b2b93b03da694ee19e565d95",10"spent": true,11"transaction": "8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810",12"value": 130000013}
1{2"address": "bc1qexv5yqvzd6wktv4e8vpa562wux09vhv46dpan6",3"confirmations": 146734,4"indexed": false,5"inscriptions": [],6"outpoint": "8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810:0",7"runes": {},8"sat_ranges": null,9"script_pubkey": "0014c9994201826e9d65b2b93b03da694ee19e565d95",10"spent": true,11"transaction": "8970770f2069d60d6ff0f8f405a702b0caac03ce418061fd4af7326ba2e67810",12"value": 130000013}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free