Signature

For Order request:

1. You need to create a string for signing, consisting of: timestamp, called method, and request body.

Example string:

5","blockchain": "sepoliaETH","currency": "ETH","customerId": "54545454545454545","callbackUrl": "https://webhook.site/ebce2728-f433-46ac-a706-6400a05d18ba"}

2. Sign the resulting string using HMAC-SHA256 with the secret key.

3. Resulting signature: d6288219ecfe322a8e9f9c603d5160f75a8ee455f025b06b7fcf5c5777a53ec7

For a Check status request:

1. You need to create a string for signing, consisting of: timestamp and called method.

2. Example string:

1729067455GET/v1/platforms/orders/15849dae-7056-4936-bbdd-e407e865185d

3. Sign the resulting string using HMAC-SHA256 with the secret key.

4. Resulting signature: a889a43d6f0b7c1ae6da0ed747956af9bf801f87ed61d18848f38eb054ede042

Last updated