curl --request GET \
--url https://api.range.org/v1/network/payments \
--header 'X-API-KEY: <api-key>'{
"total": 123,
"payments": [
{
"id": "<string>",
"time": "<string>",
"denom": "<string>",
"amount": "<string>",
"sender_tx_hash": "<string>",
"sender_entity": "<string>",
"sender_height": "<string>",
"sender_network": "<string>",
"sender_address_id": "<string>",
"sender_address_details": {
"address": "<string>",
"network": "<string>",
"ecosystem": "<string>",
"malicious": true,
"is_validator": true,
"name_tag": "<string>",
"category": "<string>",
"address_role": "<string>",
"entity": "<string>",
"attributes": {},
"tags": [
"<string>"
]
},
"receiver_address_details": {
"address": "<string>",
"network": "<string>",
"ecosystem": "<string>",
"malicious": true,
"is_validator": true,
"name_tag": "<string>",
"category": "<string>",
"address_role": "<string>",
"entity": "<string>",
"attributes": {},
"tags": [
"<string>"
]
}
}
]
}Returns a list of payments associated with the specified transaction.
curl --request GET \
--url https://api.range.org/v1/network/payments \
--header 'X-API-KEY: <api-key>'{
"total": 123,
"payments": [
{
"id": "<string>",
"time": "<string>",
"denom": "<string>",
"amount": "<string>",
"sender_tx_hash": "<string>",
"sender_entity": "<string>",
"sender_height": "<string>",
"sender_network": "<string>",
"sender_address_id": "<string>",
"sender_address_details": {
"address": "<string>",
"network": "<string>",
"ecosystem": "<string>",
"malicious": true,
"is_validator": true,
"name_tag": "<string>",
"category": "<string>",
"address_role": "<string>",
"entity": "<string>",
"attributes": {},
"tags": [
"<string>"
]
},
"receiver_address_details": {
"address": "<string>",
"network": "<string>",
"ecosystem": "<string>",
"malicious": true,
"is_validator": true,
"name_tag": "<string>",
"category": "<string>",
"address_role": "<string>",
"entity": "<string>",
"attributes": {},
"tags": [
"<string>"
]
}
}
]
}Authorization method required to allow user to access the api endpoints.
Network of transaction
Txn Hash
Number of items to return
Number of items to skip
Payments associated with a specific transaction.
Show child attributes
Show child attributes
Show child attributes