Public
Documentation Settings

Node Apis

POSTAddress Creation

http://45.123.188.79/v2/account/addresses/newQuikiPaywalletAddress
HEADERS
Api_Key
Api_Content-Hash
Api_Timestamp
Api_Signature
Bodyraw (json)
json
{
    "currency_Symbol":"BTC",
    "chain":"BTC-Bitcoin"
}
Example Request
curl
curl --location 'http://45.123.188.79/v2/account/addresses/newQuikiPaywalletAddress' \
--header 'Api-Key;' \
--header 'Api-Timestamp;' \
--header 'Api-Content-Hash;' \
--header 'Api-Signature;' \
--data '{
    "currency_Symbol":"BTC",
    "chain":"BTC-Bitcoin"
}   '
200 OK
Example Response
json
{
  "currency_symbol": "string",
  "crypto_address": "string",
  "crypto_address_tag": "string",
  "date_created": "string",
  "chain": "string"
}
Cache-Control

no-cache

Pragma

no-cache

Content-Length

55

Content-Type

application/json; charset=utf-8

Expires

-1

Date

Wed, 03 May 2023 10:30:49 GMT

POSTQuikiPayInternalWithDrawtoNova

http://45.123.188.79/v2/account/withdraw/QuikiPayInternalWithdrawToNova
HEADERS
Api_Key
Api_Content-Hash
Api_Timestamp
Api_Signature
Bodyraw (json)
json
{
    "currency_symbol":"BTC",
    "quantity":"0.001",
    "crypto_currency_address":"sdbcsbdc",
    "crypto_currency_address_tag":"Optional",
    "admin_fee":"0.00003",
    "from_crypto_currency_address":"optional",
    "from_crypto_currency_address_tag":"string",
    "qp_order_num":"string",
    "merchant_name":"string"
}
Example Request
curl
curl --location 'http://45.123.188.79/Help/Api/POST-v2-account-withdraw-QuikiPayInternalWithdrawToNova' \
--header 'Api-Key;' \
--header 'Api-Timestamp;' \
--header 'Api-Content-Hash;' \
--header 'Api-Signature;' \
--data '{
   "currency_symbol":"BTC",
    "quantity":"0.001",
    "crypto_currency_address":"sdbcsbdc",
    "crypto_currency_address_tag":"Optional",
    "admin_fee":"0.00003",
    "from_crypto_currency_address":"optional",
    "from_crypto_currency_address_tag":"string",
    "qp_order_num":"string",
    "merchant_name":"string"
}'
200 OK
Example Response
text
"WithDraw Initiated"
Cache-Control

no-cache

Pragma

no-cache

Content-Length

55

Content-Type

application/json; charset=utf-8

Expires

-1

Date

Wed, 03 May 2023 10:30:49 GMT

POSTCreate Exchange by Trading

http://45.123.188.79/v2/account/exchange
HEADERS
Api_Key
Api_Content-Hash
Api_Timestamp
Api_Signature
Bodyraw (json)
json
{
    "currency_symbol":"string",
    "rate":"decimal",
    "quantity":"decimal"
}
Example Request
curl
curl --location 'http://45.123.188.79/v2/account/exchange' \
--header 'Api-Key;' \
--header 'Api-Timestamp;' \
--header 'Api-Content-Hash;' \
--header 'Api-Signature;' \
--data '{
    "currency_symbol":"string",
    "rate":"decimal",
    "quantity":"decimal"
}'
200 OK
Example Response
json
{
  "id": "string",
  "from_currency": "string",
  "to_currency": "string",
  "quantity_received_USD": "string",
  "rate": "string",
  "status": "string",
  "quantity_taken_Fiat": "string",
  "CompletedOn": "string",

}
Cache-Control

no-cache

Pragma

no-cache

Content-Length

55

Content-Type

application/json

Expires

-1

Date

Wed, 03 May 2023 10:30:49 GMT