curl --location --request GET 'https://api.bucksbus.com/int/payment//trxs' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json'[
{
"status": "string",
"status_name": "string",
"trx_date": "2019-08-24T14:15:22Z",
"trx_received": "2019-08-24T14:15:22Z",
"crypto_network": "string",
"crypto_network_name": "string",
"address": "string",
"trx_hash": "string",
"crypto_address_link": "http://example.com",
"crypto_transaction_link": "http://example.com",
"amount": "string",
"currency": "string",
"asset_id": "string"
}
]