cURL
curl --request GET \ --url https://sandbox-api.kotanipay.io/api/v3/onramp/{referenceId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Onramp status successfully retrieved.", "data": { "referenceId": "<string>", "depositStatus": "PENDING", "onchainStatus": "PENDING", "rate": {}, "fiatAmount": 123, "cryptoAmount": 123, "transactionHash": "<string>" } }
This endpoint will be used to get the status of the transaction
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
"Onramp status successfully retrieved."
Show child attributes