Method | Endpoint | Returns |
---|---|---|
GET | /api/airdrops/{address},{block},{token} | Returns list of AIRDROP transactions |
Value | Type | Description |
---|---|---|
data | Array | AIRDROP data |
amount | String | Amount of token airdropped |
block_index | Integer | Block number containing the transaction |
list | String | List Transaction Hash |
memo | String | Memo message |
source | String | The address that did the AIRDROP action |
status | String | Status of the transaction |
tick | String | Token name (Ex: PIZZA) |
timestamp | Integer | A UNIX timestamp of when the transaction was processed by the network |
tx_hash | String | Transaction Hash |
tx_index | Integer | Transaction Index |
total | Integer | Total number of AIRDROP transactions |
{
"data": [
{
"amount": "1",
"block_index": 2582528,
"list": "55cd98493c0fe46aed95225d909a82793a9ba7b480dccdb3170a9cd1ce081093",
"memo": "test tickers",
"source": "tb1q50kxp76j9l0k9jgwasvcz4mcz0v03fv2wj67a4",
"status": "valid",
"tick": "AIRDROPTEST2",
"timestamp": 1710783255,
"tx_hash": "a3f7a7a73f2ee6a4b6429e13ba30d41c986a82afa7c4dc8c218054b05ac0ce19",
"tx_index": 525
},
{
"amount": "1",
"block_index": 2581842,
"list": "fbe2a4946dfefb232571d56ed1c84dd85299736ba356dc300296d65d59991362",
"memo": "test",
"source": "tb1q50kxp76j9l0k9jgwasvcz4mcz0v03fv2wj67a4",
"status": "valid",
"tick": "AIRDROPTEST1",
"timestamp": 1710379130,
"tx_hash": "0caacd35592baf3f9e2ef879fc48b65f42625e233f45df11821ae85fcc14b07b",
"tx_index": 524
}
],
"total": 10
}