cURL
curl --request POST \ --url https://api.obiex.finance/v1/trades/quote \ --header 'Content-Type: application/json' \ --data ' { "sourceId": "USDT", "targetId": "NGNX", "amount": 10 } '
{}
Successful response
The response is of type object.
object
Was this page helpful?