Method | Endpoint | Returns |
---|---|---|
GET | /api/sends/{address},{token},{block} | Returns list of SEND transactions |
Value | Type | Description |
---|---|---|
data | Array | Sends data |
amount | String | Amount of token sent |
block_index | Integer | Block number containing the transaction |
destination | String | Address where any minted supply was transferred to |
memo | String | Memo message |
source | String | The address that did the SEND 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 SENDS |
{
"data": [{
"amount": "1",
"block_index": 802262,
"destination": "bc1q50kxp76j9l0k9jgwasvcz4mcz0v03fv2y5pdxx",
"memo": "",
"source": "1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev",
"status": "valid",
"tick": "JDOG",
"timestamp": 1691523030,
"tx_hash": "286e468ce60d397b078bdc3641d8ddb4e3f6a6bb670a032cad4a74eb4a9f1a7a",
"tx_index": 1880
},
{
"amount": "1",
"block_index": 802142,
"destination": "1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev",
"memo": "",
"source": "bc1q50kxp76j9l0k9jgwasvcz4mcz0v03fv2y5pdxx",
"status": "invalid: SOURCE (not authorized)",
"tick": "LISTBLOCK",
"timestamp": 1691442199,
"tx_hash": "a7caf4f8e450a20a33f78ca58028e60bb101f79a72a942d10c04b6683ed35c5d",
"tx_index": 1857
},
{
"amount": "1",
"block_index": 802140,
"destination": "bc1q0dwc8wkn7q24dkax3pfyylqsydvr3ppc3krrht",
"memo": "",
"source": "1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev",
"status": "invalid: DESTINATION (not authorized)",
"tick": "LISTALLOW",
"timestamp": 1691441997,
"tx_hash": "fef975add5511ace16bd46861a21af6072f08e28ecdcf92b402cfd82abe9fe4f",
"tx_index": 1856
}
],
"total": 3
}