Skip to main content
POST
/
trades
/
quote
Create Quote
curl --request POST \
  --url https://api.obiex.finance/v1/trades/quote \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceId": "USDT",
  "targetId": "NGNX",
  "amount": 10
}
'
{}

Headers

Body

application/json
sourceId
string
targetId
string
amount
integer

Response

200 - application/json

Successful response

The response is of type object.