Quote
object before committing for an exchange transaction. The object tells what price you can expect if you exchange your digital asset for another.POST /v1/Quote
string
string
string
string
BtcUsdg
, your receiving address must be a USD-G
address since your exchanged funds will be sent to that address.string
string
BTC
. This is BTC public key of the sending address that will be used to reserve your funds.string
string
string
string
<exchanged currency>/<source currency>
.string
<exchanged currency>/<source currency>
.string
<exchanged currency>/<source currency>
.DateTime
int
string
UUID
string
string
string
ReserveTxnSignature
, ExecuteTxnSignature
and ReclaimTxnSignature
string
string
<exchanged currency>/<source currency>
.string
USD-G
, KRW-G
). The block number where your reserved funds will expire. You need this to create the reserve transaction signature.string
USD-G
, KRW-G
). The address that will execute the exchange on your behalf. You need this to sign the reserve transaction signature.string
BTC
. The address where the source amount must be sent to to reserve your funds for the exchange.string
BTC
. InvalidUrlParameters
MissingBody
InvalidBody
ValidationError
NotFound
InternalServerError
PUT /v1/Quote
POST /v1/Quote
endpoint.string
UUID
string
string
USD-G
, KRW-G
). Nonce is an integer used when creating reserve transaction signature. It must increase each time you make any new transactions (transfer, exchange, etc).string
BTC
. Execute transaction signature used to execute the exchange when your funds are available in the reserve address.string
BTC
. Reclaim transaction signature used to return the funds in the reserve address when the exchange fails or expires.UUID
InvalidUrlParameters
MissingBody
InvalidBody
ValidationError
Forbidden
NotFound
InternalServerError
GET /v1/:currency/Addresses/:address/Quotes
string
datetime
datetime
string
Pending
or Processed
.int
int
UUID
string
string
string
string
string
<exchanged currency>/<source currency>
.string
<exchanged currency>/<source currency>
.string
<exchanged currency>/<source currency>
.string
string
Pending
or Processed
.InvalidUrlParameters
SignatureMissing
X-REQUEST-SIGNATURE
header is missing.SignatureExpired
X-REQUEST-SIGNATURE
has expired.InvalidSignature
X-REQUEST-SIGNATURE
.InternalServerError
GET /V1/Quotes/:ID
string
UUID
UUID
string
string
string
string
string
string
Pending
or Processed
.string
string
ReserveTxnSignature
, ExecuteTxnSignature
and ReclaimTxnSignature
string
Pending
, Success
or Failed
.string
<exchanged currency>/<source currency>
.InvalidUrlParameters
SignatureMissing
X-REQUEST-SIGNATURE
header is missing.SignatureExpired
X-REQUEST-SIGNATURE
has expired.InvalidSignature
X-REQUEST-SIGNATURE
.NotFound
InternalServerError