v2
OAS 3.0.1

Ethscriptions API V2

Client Libraries
Shell
Ruby
Node.js
PHP
Python
C
More

Ethscription Transfers

List Ethscription Transfers

Query Parameters
  • from_address
    string
  • to_address
    string
  • transaction_hash
    string
  • to_or_from
    array
  • ethscription_token_tick
    string
  • ethscription_token_protocol
    string
  • sort_by
    string
  • reverse
    boolean
  • max_results
    integer
  • page_key
    string
Responses
  • 200
GET/ethscription_transfers
Shell cURL
{
  "result": [
    {
      "ethscription_transaction_hash": "0x4c5d41...",
      "transaction_hash": "0x707bb3...",
      "from_address": "0xfb833c...",
      "to_address": "0x1f1edb...",
      "block_number": 19619724,
      "block_timestamp": 1712685539,
      "block_blockhash": "0x0204cb...",
      "event_log_index": null,
      "transfer_index": "51",
      "transaction_index": 95,
      "enforced_previous_owner": null
    }
  ],
  "pagination": {
    "page_key": "18680069-4-1",
    "has_more": true
  }
}

Status

Endpoints

Show Indexer Status

Responses
  • 200
  • 500
GET/status
Shell cURL
{
  "current_block_number": 19620494,
  "last_imported_block": 19620494,
  "blocks_behind": 0
}