- APIs
- Ordinals API
- Get Transfers Per Block
Get transfers per block
Retrieves a list of inscription transfers that ocurred at a specific Bitcoin block.
GET
Parameters
Query Parameters
block
REQUIRED
string Bitcoin block identifier (height or hash)
offset
integer Result offset
limit
integer Results per page
Status code | Description |
---|---|
200 | Default Response |
404 | Default Response |
cURL
curl -L \"https://api.hiro.so/ordinals/v1/inscriptions/transfers?block={block}&offset={offset}&limit={limit}" \-H 'Accept: application/json'
Response
{"limit": 20,"offset": 0,"total": 1,"results": [{"id": "string","number": 0,"from": {"block_height": 144000,"block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79","address": "SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP","tx_id": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","location": "string","output": "string","value": "string","offset": "string","timestamp": 0},"to": {"block_height": 144000,"block_hash": "0x4839a8b01cfb39ffcc0d07d3db31e848d5adf5279d529ed5062300b9f353ff79","address": "SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP","tx_id": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","location": "string","output": "string","value": "string","offset": "string","timestamp": 0}}]}