cURL
curl --request GET \ --url https://api.range.org/v1/network/payments \ --header 'Authorization: Bearer <token>'
{ "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.
Use Authorization: Bearer
Network of transaction
Txn Hash
Number of items to return
Number of items to skip
Payments associated with a specific transaction.
Show child attributes
Was this page helpful?