Ethscriptions
Ethscriptions Docs
Search
K
Comment on page

Ethscriptions Endpoints

API endpoints for getting information about ethscriptions
get
/
ethscriptions
Get All Ethscriptions
Returns list of all Ethscriptions within range of parameters
Parameters
Query
page
integer
per_page
integer
sort_order
string
"asc" or "desc"
Responses
get
/
ethscriptions/owned_by/:address
Get All Ethscriptions by Address
Returns list of Ethscriptions owned by specific ETH address
Parameters
Path
address*
string
Query
page
integer
per_page
integer
sort_order
string
"asc" or "desc"
Responses
get
/ethscriptions
/:ethscription_id
Get Specific Ethscription
Returns JSON data of Ethscription
Parameters
Path
ethscription_id*
Transaction hash or Ethscription number
Responses
get
/ethscriptions
/:ethscription_id/data
Get data of an Ethscription
Returns Ethscription's raw decoded data in the correct mimetype
Parameters
Path
ethscription_id*
Transaction hash of Ethscription number
Responses
get
/ethscriptions
/exists/:sha256
Check If Content Exists as Ethscription
Parameters
Path
sha256
sha256 hash of the UTF-8 dataURI
Responses