cURL
curl --request POST \ --url https://app.sandbox.rio.trade/api/payments/crypto/check \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "orderId": "66290ac8bd3903485989f82e" } '
"OK"
The ID of the order.
"66290ac8bd3903485989f82e"
OK
The response is of type string.
string