get https://app-api.sandbox.coinify.com/trades/
This endpoint returns a trade object for the specified trade ID.
See Trade Object for description of the response parameters.
Responses
This endpoint returns a trade object for the specified trade ID.
See Trade Object for description of the response parameters.
xxxxxxxxxx
curl --request GET \
--url https://app-api.sandbox.coinify.com/trades/id \
--header 'Authorization: Bearer {{accessToken}}' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: