curl -X POST 'https://crypto-api.yativo.com/api/transactions/get-transactions' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"transaction_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4EF"
}'
{"data":[],"status":true,"message":"No transactions found"}
Retrieve details of a specific transaction by its ID
curl -X POST 'https://crypto-api.yativo.com/api/transactions/get-transactions' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"transaction_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4EF"
}'
{"data":[],"status":true,"message":"No transactions found"}
Bearer YOUR_ACCESS_TOKENcurl -X POST 'https://crypto-api.yativo.com/api/transactions/get-transactions' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"transaction_id": "txn_01HX9KZMB3F7VNQP8R2WDGT4EF"
}'
{"data":[],"status":true,"message":"No transactions found"}