Skip to main content

Transfers per block

Retrieves a list of inscription transfers that ocurred at a specific Bitcoin block

Query Parameters
block Block Identifier REQUIRED

Bitcoin block identifier (height or hash)

Example (777654): 777654

Example (0000000000000000000452773967cdd62297137cdaf79950c5e8bb0c62075133): 0000000000000000000452773967cdd62297137cdaf79950c5e8bb0c62075133

offset Offset

Result offset

limit Limit

Possible values: 1 ≤ value ≤ 60

Results per page

Responses
200

Default Response

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]
id string
number integer
from object
block_height integer
block_hash string
address
tx_id string
location string
output string
value
offset
timestamp integer
to object
block_height integer
block_hash string
address
tx_id string
location string
output string
value
offset
timestamp integer
404

Default Response

Schema OPTIONAL
error string

Possible values: [Not found]