array
curl https://rpc.testnet.soo.network/rpc \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "getRecentPrioritizationFees", "params": [ [ "5ThJTCxpdn54bk3gBAWKZS4K9ogHEX56WooYbXQDnm3Q", "BESTc6u4kKPDrdAXHTKPgCm9bwBzDn2Nq9g4gk1Ld3P4" ] ] }'
{ "jsonrpc": "2.0", "result": [ { "slot": 369624, "prioritizationFee": 1000 } ], "id": 1 }
slot: <u64>
prioritizationFee: <u64>