API Reference
Reference for the API
Get audit information for onramp transactions for a specific wallet
cURL
curl --request GET \ --url https://api.carbnconnect.com/payment/api/v1/onramp-audit/{wallet_id} \ --header 'x-api-key: <api-key>'
{ "wallet_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "transactions": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "currency": "<string>", "status": "pending", "created_at": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 0, "size": 5, "total_pages": 123, "total_elements": 123 } }
API key for authentication. Must be included in the x-api-key header.
The unique identifier of the wallet
Page number for pagination
Number of items per page
Onramp audit information retrieved successfully
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Show child attributes